Searched defs:hppa_eisa_chipset (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/hppa/include/ |
H A D | eisa_machdep.h | 37 struct hppa_eisa_chipset { struct 38 void *ec_v; 40 void (*ec_attach_hook)(device_t, device_t, 42 int (*ec_intr_map)(void *, u_int, int *); 43 const char *(*ec_intr_string)(void *, int, char *, size_t); 44 void *(*ec_intr_establish)(void *, int, int, int, 46 void (*ec_intr_disestablish)(void *, void *);
|