/* * xr806/spi.h * * Copyright (c) 2022 * Allwinner Technology Co., Ltd. * laumy * * 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