Changes in uspace/lib/net/include/netif_local.h [e526f08:14f1db0] in mainline
- File:
-
- 1 edited
-
uspace/lib/net/include/netif_local.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/netif_local.h
re526f08 r14f1db0 34 34 * Network interface module skeleton. 35 35 * The skeleton has to be part of each network interface module. 36 * The skeleton can be also part of the module bundled with the network interface layer. 36 37 */ 37 38 … … 43 44 #include <ipc/ipc.h> 44 45 #include <ipc/services.h> 45 #include <err.h>46 46 47 47 #include <adt/measured_strings.h> 48 #include <net/device.h> 49 #include <net/packet.h> 48 #include <net_err.h> 49 #include <net_device.h> 50 #include <packet/packet.h> 50 51 51 52 /** Network interface device specific data.
Note:
See TracChangeset
for help on using the changeset viewer.
