bcma_soc.h 322 B

1234567891011121314151617
  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. struct bcma_device core_cc;
  7. struct bcma_device core_mips;
  8. };
  9. int __init bcma_host_soc_register(struct bcma_soc *soc);
  10. int bcma_bus_register(struct bcma_bus *bus);
  11. #endif /* LINUX_BCMA_SOC_H_ */