00001 00002 typedef struct isa_isdn_s { 00003 struct isa_isdn_s *next; 00004 unsigned has_mem:1, has_io:1, has_irq:1; 00005 unsigned type, subtype, mem, io, irq; 00006 } isa_isdn_t; 00007 00008 isa_isdn_t *new_isa_isdn(isa_isdn_t **ii); 00009 00010 void hd_scan_isa(hd_data_t *hd_data); 00011 00012 isa_isdn_t *isdn_detect(void);