mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-11 05:11:27 +00:00
8 lines
195 B
C
8 lines
195 B
C
|
#ifndef _FALLBACK_SPROM_H
|
||
|
#define _FALLBACK_SPROM_H
|
||
|
|
||
|
int __init bcma_fbs_register(void);
|
||
|
int bcma_get_fallback_sprom(struct bcma_bus *dev, struct ssb_sprom *out);
|
||
|
|
||
|
#endif /* _FALLBACK_SPROM_H */
|