Changeset fe8dfa6 in mainline for uspace/srv/net/il/arp/arp.c


Ignore:
Timestamp:
2011-01-11T15:57:39Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
77429d3
Parents:
04aade50
Message:

networking: streamline NIL skeleton and NIL modules (nildummy, eth)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/arp/arp.c

    r04aade50 rfe8dfa6  
    5454#include <ipc/arp.h>
    5555#include <ipc/il.h>
     56#include <ipc/nil.h>
    5657#include <byteorder.h>
    5758#include <errno.h>
    58 
    5959#include <net/modules.h>
    6060#include <net/device.h>
    6161#include <net/packet.h>
    62 
    63 #include <nil_interface.h>
     62#include <nil_remote.h>
    6463#include <protocol_map.h>
    6564#include <packet_client.h>
Note: See TracChangeset for help on using the changeset viewer.