/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BCM63XX_DEV_SPI_H #define BCM63XX_DEV_SPI_H #include #include #include int __init bcm63xx_spi_register(void); #endif /* BCM63XX_DEV_SPI_H */