mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
bcma: export bcma_find_core
This function is needed by the bcm47xx arch code to get the number of the ieee80211 core. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
52aa63f532
commit
1c9351cf21
2 changed files with 3 additions and 1 deletions
|
@ -284,6 +284,7 @@ static inline void bcma_maskset16(struct bcma_device *cc,
|
|||
bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set);
|
||||
}
|
||||
|
||||
extern struct bcma_device *bcma_find_core(struct bcma_bus *bus, u16 coreid);
|
||||
extern bool bcma_core_is_enabled(struct bcma_device *core);
|
||||
extern void bcma_core_disable(struct bcma_device *core, u32 flags);
|
||||
extern int bcma_core_enable(struct bcma_device *core, u32 flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue