Changeset 514ee46 in mainline for uspace/lib/net/include/ip_remote.h


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

Move the rest of net_messages.h to standard library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/ip_remote.h

    ra358279 r514ee46  
    3434#define __NET_IP_REMOTE_H__
    3535
    36 #include <async.h>
    3736#include <ipc/services.h>
    3837
     
    4039#include <net/inet.h>
    4140#include <net/in.h>
     41#include <net/packet.h>
     42#include <net/device.h>
     43#include <net/socket.h>
    4244
    4345extern int ip_set_gateway_req_remote(int, device_id_t, in_addr_t);
Note: See TracChangeset for help on using the changeset viewer.