Changeset c69d327 in mainline for uspace/lib/net/netif
- 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/lib/net/netif
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/netif/netif_local.c
r0a866eeb rc69d327 46 46 #include <net_messages.h> 47 47 #include <net/modules.h> 48 #include < packet/packet.h>48 #include <net/packet.h> 49 49 #include <packet_client.h> 50 50 #include <packet/packet_server.h> -
uspace/lib/net/netif/netif_nil_bundle.c
r0a866eeb rc69d327 40 40 #include <ipc/net.h> 41 41 42 #include < packet/packet.h>42 #include <net/packet.h> 43 43 #include <netif_nil_bundle.h> 44 44 #include <netif_local.h> -
uspace/lib/net/netif/netif_remote.c
r0a866eeb rc69d327 39 39 #include <net/modules.h> 40 40 #include <adt/measured_strings.h> 41 #include < packet/packet.h>41 #include <net/packet.h> 42 42 #include <packet_client.h> 43 43 #include <net_device.h>
Note:
See TracChangeset
for help on using the changeset viewer.