Ignore:
File:
1 edited

Legend:

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

    re526f08 r14f1db0  
    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.
    3637 */
    3738
     
    4344#include <ipc/ipc.h>
    4445#include <ipc/services.h>
    45 #include <err.h>
    4646
    4747#include <adt/measured_strings.h>
    48 #include <net/device.h>
    49 #include <net/packet.h>
     48#include <net_err.h>
     49#include <net_device.h>
     50#include <packet/packet.h>
    5051
    5152/** Network interface device specific data.
Note: See TracChangeset for help on using the changeset viewer.