diff options
Diffstat (limited to 'include/linux/ssb/ssb.h')
-rw-r--r-- | include/linux/ssb/ssb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h index 24f988547361..3b4da233e31d 100644 --- a/include/linux/ssb/ssb.h +++ b/include/linux/ssb/ssb.h | |||
@@ -394,6 +394,9 @@ extern int ssb_bus_sdiobus_register(struct ssb_bus *bus, | |||
394 | 394 | ||
395 | extern void ssb_bus_unregister(struct ssb_bus *bus); | 395 | extern void ssb_bus_unregister(struct ssb_bus *bus); |
396 | 396 | ||
397 | /* Does the device have an SPROM? */ | ||
398 | extern bool ssb_is_sprom_available(struct ssb_bus *bus); | ||
399 | |||
397 | /* Set a fallback SPROM. | 400 | /* Set a fallback SPROM. |
398 | * See kdoc at the function definition for complete documentation. */ | 401 | * See kdoc at the function definition for complete documentation. */ |
399 | extern int ssb_arch_set_fallback_sprom(const struct ssb_sprom *sprom); | 402 | extern int ssb_arch_set_fallback_sprom(const struct ssb_sprom *sprom); |