Changeset f5a3479 in mainline for uspace/srv/net/netif/lo/lo.c


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

Move network interface layer module messages definitions to standard library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/netif/lo/lo.c

    r995689d1 rf5a3479  
    4343#include <ipc/ipc.h>
    4444#include <ipc/services.h>
     45#include <ipc/nil.h>
    4546
    4647#include <net/modules.h>
     
    4950#include <net/device.h>
    5051#include <nil_interface.h>
    51 #include <nil_messages.h>
    5252#include <netif_interface.h>
    5353#include <netif_local.h>
Note: See TracChangeset for help on using the changeset viewer.