bcma_soc.h 315 B

123456789101112131415
  1. #ifndef LINUX_BCMA_SOC_H_
  2. #define LINUX_BCMA_SOC_H_
  3. #include <linux/bcma/bcma.h>
  4. struct bcma_soc {
  5. struct bcma_bus bus;
  6. };
  7. int __init bcma_host_soc_register(struct bcma_soc *soc);
  8. int __init bcma_host_soc_init(struct bcma_soc *soc);
  9. int bcma_bus_register(struct bcma_bus *bus);
  10. #endif /* LINUX_BCMA_SOC_H_ */