summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/sc/hardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/sc/hardware.h')
-rw-r--r--drivers/isdn/sc/hardware.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/isdn/sc/hardware.h b/drivers/isdn/sc/hardware.h
index 4a7698225..b0f07ac3c 100644
--- a/drivers/isdn/sc/hardware.h
+++ b/drivers/isdn/sc/hardware.h
@@ -16,6 +16,11 @@
this, you must also change the number
of elements in io, irq, and ram to
match. Initialized in init.c */
+/*
+extern unsigned int io[];
+extern unsigned char irq[];
+extern unsigned long ram[];
+*/
#define SIGNATURE 0x87654321 /* Board reset signature */
#define SIG_OFFSET 0x1004 /* Where to find signature in shared RAM */