diff options
Diffstat (limited to 'include/linux/bcma')
| -rw-r--r-- | include/linux/bcma/bcma.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index 5af9a075498..747f2ca6f04 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h | |||
| @@ -26,6 +26,11 @@ struct bcma_chipinfo { | |||
| 26 | u8 pkg; | 26 | u8 pkg; |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | struct bcma_boardinfo { | ||
| 30 | u16 vendor; | ||
| 31 | u16 type; | ||
| 32 | }; | ||
| 33 | |||
| 29 | enum bcma_clkmode { | 34 | enum bcma_clkmode { |
| 30 | BCMA_CLKMODE_FAST, | 35 | BCMA_CLKMODE_FAST, |
| 31 | BCMA_CLKMODE_DYNAMIC, | 36 | BCMA_CLKMODE_DYNAMIC, |
| @@ -198,6 +203,8 @@ struct bcma_bus { | |||
| 198 | 203 | ||
| 199 | struct bcma_chipinfo chipinfo; | 204 | struct bcma_chipinfo chipinfo; |
| 200 | 205 | ||
| 206 | struct bcma_boardinfo boardinfo; | ||
| 207 | |||
| 201 | struct bcma_device *mapped_core; | 208 | struct bcma_device *mapped_core; |
| 202 | struct list_head cores; | 209 | struct list_head cores; |
| 203 | u8 nr_cores; | 210 | u8 nr_cores; |
