mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
7 lines
195 B
C
7 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 */
|