Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/eth/eth.c

    r14f1db0 r514ee46  
    4040#include <mem.h>
    4141#include <stdio.h>
     42#include <byteorder.h>
    4243#include <str.h>
     44#include <err.h>
    4345
    4446#include <ipc/ipc.h>
     47#include <ipc/net.h>
    4548#include <ipc/services.h>
    4649
    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>
    5151#include <net_checksum.h>
    5252#include <ethernet_lsap.h>
    5353#include <ethernet_protocols.h>
    5454#include <protocol_map.h>
    55 #include <net_device.h>
     55#include <net/device.h>
    5656#include <netif_interface.h>
    5757#include <net_interface.h>
     
    5959#include <il_interface.h>
    6060#include <adt/measured_strings.h>
    61 #include <packet/packet_client.h>
     61#include <packet_client.h>
    6262#include <packet_remote.h>
    6363#include <nil_local.h>
     
    788788}
    789789
    790 #ifndef CONFIG_NETIF_NIL_BUNDLE
    791 
    792790/** Default thread for new connections.
    793791 *
     
    839837}
    840838
    841 #endif /* CONFIG_NETIF_NIL_BUNDLE */
    842 
    843839/** @}
    844840 */
Note: See TracChangeset for help on using the changeset viewer.