aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/package/switch/src/gpio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/package/switch/src/gpio.h b/target/linux/package/switch/src/gpio.h
index 95cf670f9e..8257600331 100644
--- a/target/linux/package/switch/src/gpio.h
+++ b/target/linux/package/switch/src/gpio.h
@@ -3,7 +3,13 @@
#if defined(BCMGPIO2)
+#ifdef LINUX_2_4
+#define sbh bcm947xx_sbh
+extern void *bcm947xx_sbh;
+#else
extern void *sbh;
+#endif
+
extern __u32 sb_gpioin(void *sbh);
extern __u32 sb_gpiointpolarity(void *sbh, __u32 mask, __u32 val, __u8 prio);
extern __u32 sb_gpiointmask(void *sbh, __u32 mask, __u32 val, __u8 prio);