Changeset 3a5d892f in mainline for uspace/srv/net/net/net.c


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

Move networking subsystem central module messages definitions to standard library.

File:
1 edited

Legend:

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

    r779a47d r3a5d892f  
    4848#include <ipc/services.h>
    4949#include <ipc/net.h>
     50#include <ipc/net_net.h>
    5051#include <ipc/il.h>
    5152
     
    6162#include <net_interface.h>
    6263#include <ip_interface.h>
    63 #include <net_net_messages.h>
    6464
    6565#include "net.h"
Note: See TracChangeset for help on using the changeset viewer.