cc603902db8daaf91940ff6465553730cc1c4e41
[tpg/acess2.git] / UDI / drivers / net_ne2000 / ne2000_rx.c
1 /*
2  * UDI Ne2000 NIC Driver
3  * By John Hodge (thePowersGang)
4  *
5  * ne2000_rx.c
6  * - Receive Code
7  */
8 #include <udi.h>
9 #include <udi_nic.h>
10 #include "ne2000_common.h"
11
12 // === CODE ===
13 void ne2k_intr__rx_ok(udi_cb_t *gcb)
14 {
15         
16 }
17

UCC git Repository :: git.ucc.asn.au