Changeset 0a866eeb in mainline for uspace/srv/hw/netif
- Timestamp:
- 2010-10-08T19:45:11Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c69d327
- Parents:
- d52fbaf
- Location:
- uspace/srv/hw/netif/dp8390
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390.c
rd52fbaf r0a866eeb 39 39 #include <netif_local.h> 40 40 #include <packet/packet.h> 41 #include <packet /packet_client.h>41 #include <packet_client.h> 42 42 43 43 #include "dp8390_drv.h" -
uspace/srv/hw/netif/dp8390/dp8390_module.c
rd52fbaf r0a866eeb 46 46 #include <net_messages.h> 47 47 #include <net/modules.h> 48 #include <packet /packet_client.h>48 #include <packet_client.h> 49 49 #include <adt/measured_strings.h> 50 50 #include <net_device.h>
Note:
See TracChangeset
for help on using the changeset viewer.