sdk-hwV1.3/lichee/linux-4.9/drivers/net/wireless/xr806/platform/spi.h

22 lines
558 B
C

/*
* xr806/spi.h
*
* Copyright (c) 2022
* Allwinner Technology Co., Ltd. <www.allwinner.com>
* laumy <liumingyuan@allwinner.com>
*
* hardware interface spi implementation for Xr806 drivers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
*/
#ifndef __XR_SPI_H__
#define __XR_SPI_H__
struct xradio_bus_ops *xradio_get_bus_ops(void);
#endif