diff options
Diffstat (limited to 'drivers/isdn/capi/kcapi.h')
-rw-r--r-- | drivers/isdn/capi/kcapi.h | 5 |
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 | ||
26 | enum { | 26 | enum { |
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 { | |||
32 | extern struct list_head capi_drivers; | 33 | extern struct list_head capi_drivers; |
33 | extern struct mutex capi_drivers_lock; | 34 | extern struct mutex capi_drivers_lock; |
34 | 35 | ||
35 | extern struct capi20_appl *capi_applications[CAPI_MAXAPPL]; | ||
36 | extern struct capi_ctr *capi_controller[CAPI_MAXCONTR]; | 36 | extern struct capi_ctr *capi_controller[CAPI_MAXCONTR]; |
37 | extern struct mutex capi_controller_lock; | ||
38 | |||
39 | extern struct capi20_appl *capi_applications[CAPI_MAXAPPL]; | ||
37 | 40 | ||
38 | #ifdef CONFIG_PROC_FS | 41 | #ifdef CONFIG_PROC_FS |
39 | 42 | ||