Changes in uspace/srv/net/nil/eth/eth.c [14f1db0:514ee46] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
r14f1db0 r514ee46 40 40 #include <mem.h> 41 41 #include <stdio.h> 42 #include <byteorder.h> 42 43 #include <str.h> 44 #include <err.h> 43 45 44 46 #include <ipc/ipc.h> 47 #include <ipc/net.h> 45 48 #include <ipc/services.h> 46 49 47 #include <net_err.h> 48 #include <net_messages.h> 49 #include <net_modules.h> 50 #include <net_byteorder.h> 50 #include <net/modules.h> 51 51 #include <net_checksum.h> 52 52 #include <ethernet_lsap.h> 53 53 #include <ethernet_protocols.h> 54 54 #include <protocol_map.h> 55 #include <net _device.h>55 #include <net/device.h> 56 56 #include <netif_interface.h> 57 57 #include <net_interface.h> … … 59 59 #include <il_interface.h> 60 60 #include <adt/measured_strings.h> 61 #include <packet /packet_client.h>61 #include <packet_client.h> 62 62 #include <packet_remote.h> 63 63 #include <nil_local.h> … … 788 788 } 789 789 790 #ifndef CONFIG_NETIF_NIL_BUNDLE791 792 790 /** Default thread for new connections. 793 791 * … … 839 837 } 840 838 841 #endif /* CONFIG_NETIF_NIL_BUNDLE */842 843 839 /** @} 844 840 */
Note:
See TracChangeset
for help on using the changeset viewer.