Changes in uspace/lib/net/include/netif_local.h [14f1db0:e526f08] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/netif_local.h
r14f1db0 re526f08 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.37 36 */ 38 37 … … 44 43 #include <ipc/ipc.h> 45 44 #include <ipc/services.h> 45 #include <err.h> 46 46 47 47 #include <adt/measured_strings.h> 48 #include <net_err.h> 49 #include <net_device.h> 50 #include <packet/packet.h> 48 #include <net/device.h> 49 #include <net/packet.h> 51 50 52 51 /** Network interface device specific data.
Note:
See TracChangeset
for help on using the changeset viewer.