libhd  5.0
isdn_cdb_def.h
Go to the documentation of this file.
1 #ifndef ISDN_CDB_DEF
2 #define ISDN_CDB_DEF
3 
4 enum {
15  SMP,
30  IRQ,
31  IO,
34 };
35 
36 extern void add_current_item(int, char *);
37 extern int new_entry(void);
38 
39 #endif /* ISDN_CDB_DEF */