diff options
Diffstat (limited to 'drivers/isdn/hisax/hisax.h')
-rw-r--r-- | drivers/isdn/hisax/hisax.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/isdn/hisax/hisax.h b/drivers/isdn/hisax/hisax.h index e8d429fda846..f8527046f197 100644 --- a/drivers/isdn/hisax/hisax.h +++ b/drivers/isdn/hisax/hisax.h | |||
@@ -121,6 +121,15 @@ | |||
121 | 121 | ||
122 | #ifdef __KERNEL__ | 122 | #ifdef __KERNEL__ |
123 | 123 | ||
124 | extern const char *CardType[]; | ||
125 | extern int nrcards; | ||
126 | |||
127 | extern const char *l1_revision; | ||
128 | extern const char *l2_revision; | ||
129 | extern const char *l3_revision; | ||
130 | extern const char *lli_revision; | ||
131 | extern const char *tei_revision; | ||
132 | |||
124 | /* include l3dss1 & ni1 specific process structures, but no other defines */ | 133 | /* include l3dss1 & ni1 specific process structures, but no other defines */ |
125 | #ifdef CONFIG_HISAX_EURO | 134 | #ifdef CONFIG_HISAX_EURO |
126 | #define l3dss1_process | 135 | #define l3dss1_process |