mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-08 14:03:06 +00:00
8 lines
192 B
C
8 lines
192 B
C
|
#ifndef _FALLBACK_SPROM_H
|
||
|
#define _FALLBACK_SPROM_H
|
||
|
|
||
|
int __init ssb_fbs_register(void);
|
||
|
int ssb_get_fallback_sprom(struct ssb_bus *dev, struct ssb_sprom *out);
|
||
|
|
||
|
#endif /* _FALLBACK_SPROM_H */
|