Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * cxd2880_devio_spi.h
0004  * Sony CXD2880 DVB-T2/T tuner + demodulator driver
0005  * I/O interface via SPI
0006  *
0007  * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
0008  */
0009 
0010 #ifndef CXD2880_DEVIO_SPI_H
0011 #define CXD2880_DEVIO_SPI_H
0012 
0013 #include "cxd2880_common.h"
0014 #include "cxd2880_io.h"
0015 #include "cxd2880_spi.h"
0016 
0017 #include "cxd2880_tnrdmd.h"
0018 
0019 int cxd2880_io_spi_create(struct cxd2880_io *io,
0020               struct cxd2880_spi *spi,
0021               u8 slave_select);
0022 
0023 #endif