panic() cleanup.
[minix.git] / drivers / dp8390 / local.h
blob21b1596c418f7e320d0f588980086ef5bc3f3a5c
1 /*
2 local.h
3 */
5 #define ENABLE_WDETH 1
6 #define ENABLE_NE2000 1
7 #define ENABLE_3C503 1
8 #define ENABLE_PCI 1
10 struct dpeth;
12 /* 3c503.c */
13 _PROTOTYPE( int el2_probe, (struct dpeth* dep) );
15 /* dp8390.c */
16 _PROTOTYPE( u8_t inb, (port_t port) );
17 _PROTOTYPE( u16_t inw, (port_t port) );
18 _PROTOTYPE( void outb, (port_t port, u8_t v) );
19 _PROTOTYPE( void outw, (port_t port, u16_t v) );
21 /* ne2000.c */
22 _PROTOTYPE( int ne_probe, (struct dpeth *dep) );
23 _PROTOTYPE( void ne_init, (struct dpeth *dep) );
25 /* rtl8029.c */
26 _PROTOTYPE( int rtl_probe, (struct dpeth *dep) );
28 /* wdeth.c */
29 _PROTOTYPE( int wdeth_probe, (struct dpeth* dep) );