Changeset 522253c1 in mainline for uspace/srv/net/il/ip/ip.c


Ignore:
Timestamp:
2010-10-15T18:56:09Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
779a47d
Parents:
f87ec535
Message:

Move Internet layer modules messages definitions to standard library.

File:
1 edited

Legend:

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

    rf87ec535 r522253c1  
    4545#include <ipc/services.h>
    4646#include <ipc/net.h>
     47#include <ipc/il.h>
    4748#include <sys/types.h>
    4849#include <byteorder.h>
     
    7273#include <packet_remote.h>
    7374#include <nil_messages.h>
    74 #include <il_messages.h>
    7575#include <il_local.h>
    7676#include <ip_local.h>
Note: See TracChangeset for help on using the changeset viewer.