Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef BCM63XX_DEV_SPI_H
0003 #define BCM63XX_DEV_SPI_H
0004 
0005 #include <linux/types.h>
0006 #include <bcm63xx_io.h>
0007 #include <bcm63xx_regs.h>
0008 
0009 int __init bcm63xx_spi_register(void);
0010 
0011 #endif /* BCM63XX_DEV_SPI_H */