Changes in uspace/srv/net/nil/eth/eth.c [514ee46:14f1db0] in mainline
- File:
-
- 1 edited
-
uspace/srv/net/nil/eth/eth.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
r514ee46 r14f1db0 40 40 #include <mem.h> 41 41 #include <stdio.h> 42 #include <byteorder.h>43 42 #include <str.h> 44 #include <err.h>45 43 46 44 #include <ipc/ipc.h> 47 #include <ipc/net.h>48 45 #include <ipc/services.h> 49 46 50 #include <net/modules.h> 47 #include <net_err.h> 48 #include <net_messages.h> 49 #include <net_modules.h> 50 #include <net_byteorder.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 _client.h>61 #include <packet/packet_client.h> 62 62 #include <packet_remote.h> 63 63 #include <nil_local.h> … … 788 788 } 789 789 790 #ifndef CONFIG_NETIF_NIL_BUNDLE 791 790 792 /** Default thread for new connections. 791 793 * … … 837 839 } 838 840 841 #endif /* CONFIG_NETIF_NIL_BUNDLE */ 842 839 843 /** @} 840 844 */
Note:
See TracChangeset
for help on using the changeset viewer.
