Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/netif_local.h

    r14f1db0 re526f08  
    3434 * Network interface module skeleton.
    3535 * 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.
    3736 */
    3837
     
    4443#include <ipc/ipc.h>
    4544#include <ipc/services.h>
     45#include <err.h>
    4646
    4747#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>
    5150
    5251/** Network interface device specific data.
Note: See TracChangeset for help on using the changeset viewer.