aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/kcapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/capi/kcapi.h')
-rw-r--r--drivers/isdn/capi/kcapi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/isdn/capi/kcapi.h b/drivers/isdn/capi/kcapi.h
index 07c58500fe48..f4620b38ec51 100644
--- a/drivers/isdn/capi/kcapi.h
+++ b/drivers/isdn/capi/kcapi.h
@@ -24,6 +24,7 @@ printk(KERN_DEBUG "%s: " format "\n" , __func__ , ## arg); \
24#endif 24#endif
25 25
26enum { 26enum {
27 CAPI_CTR_DETACHED = 0,
27 CAPI_CTR_DETECTED = 1, 28 CAPI_CTR_DETECTED = 1,
28 CAPI_CTR_LOADING = 2, 29 CAPI_CTR_LOADING = 2,
29 CAPI_CTR_RUNNING = 3, 30 CAPI_CTR_RUNNING = 3,
@@ -32,8 +33,10 @@ enum {
32extern struct list_head capi_drivers; 33extern struct list_head capi_drivers;
33extern struct mutex capi_drivers_lock; 34extern struct mutex capi_drivers_lock;
34 35
35extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
36extern struct capi_ctr *capi_controller[CAPI_MAXCONTR]; 36extern struct capi_ctr *capi_controller[CAPI_MAXCONTR];
37extern struct mutex capi_controller_lock;
38
39extern struct capi20_appl *capi_applications[CAPI_MAXAPPL];
37 40
38#ifdef CONFIG_PROC_FS 41#ifdef CONFIG_PROC_FS
39 42