00001 #ifndef ISDN_CDB_DEF
00002 #define ISDN_CDB_DEF
00003
00004 enum {
00005 vendor,
00006 device,
00007 vendor_id,
00008 device_id,
00009 subvendor_id,
00010 subdevice_id,
00011 revision,
00012 device_class,
00013 bus_type,
00014 vario,
00015 SMP,
00016 drv_id,
00017 drv_subtyp,
00018 drv_typ,
00019 interface,
00020 line_cnt,
00021 line_protocol,
00022 module,
00023 need_packages,
00024 supported,
00025 feature,
00026 info,
00027 special,
00028 firmware,
00029 short_description,
00030 IRQ,
00031 IO,
00032 MEMBASE,
00033 alternative_name,
00034 };
00035
00036 extern void add_current_item(int, char *);
00037 extern int new_entry(void);
00038
00039 #endif