Changeset e526f08 in mainline for uspace/lib/net/il


Ignore:
Timestamp:
2010-10-14T19:37:44Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a358279
Parents:
db5f8d3
Message:

Move net_device.h to standard library.

Location:
uspace/lib/net/il
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/il/arp_remote.c

    rdb5f8d3 re526f08  
    4343#include <net_messages.h>
    4444#include <net/modules.h>
    45 #include <net_device.h>
     45#include <net/device.h>
    4646#include <arp_interface.h>
    4747#include <adt/measured_strings.h>
  • uspace/lib/net/il/ip_remote.c

    rdb5f8d3 re526f08  
    4444#include <net_messages.h>
    4545#include <net/modules.h>
    46 #include <net_device.h>
     46#include <net/device.h>
    4747#include <net/inet.h>
    4848#include <ip_interface.h>
Note: See TracChangeset for help on using the changeset viewer.