Changeset 779a47d in mainline for uspace/lib/net/il/ip_remote.c


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

Move IP module messages definitions to standard library.

File:
1 edited

Legend:

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

    r522253c1 r779a47d  
    4242#include <ip_remote.h>
    4343#include <ip_interface.h>
    44 #include <ip_messages.h>
    4544#include <packet_client.h>
    4645#include <generic.h>
     
    4847#include <ipc/services.h>
    4948#include <ipc/il.h>
     49#include <ipc/ip.h>
    5050
    5151#include <net/modules.h>
Note: See TracChangeset for help on using the changeset viewer.