bcm63xx_dev_spi.h 200 B

1234567891011
  1. #ifndef BCM63XX_DEV_SPI_H
  2. #define BCM63XX_DEV_SPI_H
  3. #include <linux/types.h>
  4. #include <bcm63xx_io.h>
  5. #include <bcm63xx_regs.h>
  6. int __init bcm63xx_spi_register(void);
  7. #endif /* BCM63XX_DEV_SPI_H */