Ignore:
File:
1 edited

Legend:

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

    r514ee46 r14f1db0  
    4040#include <mem.h>
    4141#include <stdio.h>
    42 #include <byteorder.h>
    4342#include <str.h>
    44 #include <err.h>
    4543
    4644#include <ipc/ipc.h>
    47 #include <ipc/net.h>
    4845#include <ipc/services.h>
    4946
    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>
    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_client.h>
     61#include <packet/packet_client.h>
    6262#include <packet_remote.h>
    6363#include <nil_local.h>
     
    788788}
    789789
     790#ifndef CONFIG_NETIF_NIL_BUNDLE
     791
    790792/** Default thread for new connections.
    791793 *
     
    837839}
    838840
     841#endif /* CONFIG_NETIF_NIL_BUNDLE */
     842
    839843/** @}
    840844 */
Note: See TracChangeset for help on using the changeset viewer.