Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 2 | #ifndef LINUX_BCMA_SOC_H_ |
| 3 | #define LINUX_BCMA_SOC_H_ |
| 4 | |
| 5 | #include <linux/bcma/bcma.h> |
| 6 | |
| 7 | struct bcma_soc { |
| 8 | struct bcma_bus bus; |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 9 | }; |
| 10 | |
| 11 | int __init bcma_host_soc_register(struct bcma_soc *soc); |
Rafał Miłecki | a395135 | 2014-09-01 23:11:07 +0200 | [diff] [blame] | 12 | int __init bcma_host_soc_init(struct bcma_soc *soc); |
Hauke Mehrtens | ecd177c | 2011-07-23 01:20:08 +0200 | [diff] [blame] | 13 | |
| 14 | int bcma_bus_register(struct bcma_bus *bus); |
| 15 | |
| 16 | #endif /* LINUX_BCMA_SOC_H_ */ |