Changeset 2a6e4ac2 in mainline for uspace/srv/hw/netif/dp8390/dp8390.c
- Timestamp:
- 2011-01-06T15:03:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- fc23ef6
- Parents:
- 506a805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390.c
r506a805 r2a6e4ac2 10 10 #include <byteorder.h> 11 11 #include <errno.h> 12 13 12 #include <netif_local.h> 14 13 #include <net/packet.h> 15 14 #include <packet_client.h> 16 17 15 #include "dp8390_drv.h" 18 16 #include "dp8390_port.h" 19 20 #include "local.h"21 17 #include "dp8390.h" 18 #include "ne2000.h" 22 19 23 20 /** Queues the outgoing packet.
Note:
See TracChangeset
for help on using the changeset viewer.