libhd  5.0
isa.h
Go to the documentation of this file.
1 
2 typedef struct isa_isdn_s {
3  struct isa_isdn_s *next;
4  unsigned has_mem:1, has_io:1, has_irq:1;
5  unsigned type, subtype, mem, io, irq;
6 } isa_isdn_t;
7 
9 
11 
12 isa_isdn_t *isdn_detect(void);