Rev 4192 | Rev 4723 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4192 | Rev 4327 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | 38 | ||
39 | #include "dp8390.h" |
39 | #include "dp8390.h" |
40 | 40 | ||
41 | _PROTOTYPE( int do_init, (dpeth_t *dep, int mode) ); |
41 | _PROTOTYPE( int do_init, (dpeth_t *dep, int mode) ); |
42 | _PROTOTYPE( void do_stop, (dpeth_t *dep) ); |
42 | _PROTOTYPE( void do_stop, (dpeth_t *dep) ); |
43 | _PROTOTYPE( void dp_check_ints, (dpeth_t *dep) ); |
43 | _PROTOTYPE( void dp_check_ints, (dpeth_t *dep, int isr) ); |
44 | int do_probe( dpeth_t * dep ); |
44 | int do_probe( dpeth_t * dep ); |
45 | int do_pwrite( dpeth_t * dep, packet_t packet, int from_int ); |
45 | int do_pwrite( dpeth_t * dep, packet_t packet, int from_int ); |
- | 46 | void dp8390_dump( dpeth_t * dep ); |
|
46 | 47 | ||
47 | #endif |
48 | #endif |
48 | 49 | ||
49 | /** @} |
50 | /** @} |
50 | */ |
51 | */ |