libhd
5.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
isdn
cdb
isdn_cdb_def.h
Go to the documentation of this file.
1
#ifndef ISDN_CDB_DEF
2
#define ISDN_CDB_DEF
3
4
enum
{
5
vendor
,
6
device
,
7
vendor_id
,
8
device_id
,
9
subvendor_id
,
10
subdevice_id
,
11
revision
,
12
device_class
,
13
bus_type
,
14
vario
,
15
SMP
,
16
drv_id
,
17
drv_subtyp
,
18
drv_typ
,
19
interface
,
20
line_cnt
,
21
line_protocol
,
22
module
,
23
need_packages
,
24
supported
,
25
feature
,
26
info
,
27
special
,
28
firmware
,
29
short_description
,
30
IRQ
,
31
IO
,
32
MEMBASE
,
33
alternative_name
,
34
};
35
36
extern
void
add_current_item
(
int
,
char
*);
37
extern
int
new_entry
(
void
);
38
39
#endif
/* ISDN_CDB_DEF */