diff options
Diffstat (limited to 'include/linux/bcma/bcma.h')
-rw-r--r-- | include/linux/bcma/bcma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index b9f65fbee42f..46bbd088c4ad 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h | |||
@@ -284,6 +284,7 @@ static inline void bcma_maskset16(struct bcma_device *cc, | |||
284 | bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set); | 284 | bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set); |
285 | } | 285 | } |
286 | 286 | ||
287 | extern struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid); | ||
287 | extern bool bcma_core_is_enabled(struct bcma_device *core); | 288 | extern bool bcma_core_is_enabled(struct bcma_device *core); |
288 | extern void bcma_core_disable(struct bcma_device *core, u32 flags); | 289 | extern void bcma_core_disable(struct bcma_device *core, u32 flags); |
289 | extern int bcma_core_enable(struct bcma_device *core, u32 flags); | 290 | extern int bcma_core_enable(struct bcma_device *core, u32 flags); |