Changeset c69d327 in mainline for uspace/srv/hw
- Timestamp:
- 2010-10-08T21:32:49Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 368fb2c
- Parents:
- 0a866eeb
- Location:
- uspace/srv/hw/netif/dp8390
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390.c
r0a866eeb rc69d327 38 38 39 39 #include <netif_local.h> 40 #include < packet/packet.h>40 #include <net/packet.h> 41 41 #include <packet_client.h> 42 42 -
uspace/srv/hw/netif/dp8390/dp8390.h
r0a866eeb rc69d327 36 36 #define __NET_NETIF_DP8390_H__ 37 37 38 #include < packet/packet.h>38 #include <net/packet.h> 39 39 40 40 #include "dp8390_port.h"
Note:
See TracChangeset
for help on using the changeset viewer.