Changeset f51f193 in mainline for uspace/lib/net/include/tl_remote.h


Ignore:
Timestamp:
2011-07-12T03:00:14Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6817eba
Parents:
eca52a8 (diff), 026793d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    reca52a8 rf51f193  
    3838#define LIBNET_TL_REMOTE_H_
    3939
    40 #include <async.h>
    4140#include <ipc/services.h>
    4241#include <ipc/tl.h>
    43 
    4442#include <generic.h>
    4543#include <net/device.h>
    4644#include <net/packet.h>
    4745#include <packet_client.h>
     46#include <async.h>
    4847
    4948/** @name Transport layer module interface
     
    5251/*@{*/
    5352
    54 extern int tl_received_msg(int, device_id_t, packet_t *, services_t,
     53extern int tl_received_msg(async_sess_t *, device_id_t, packet_t *, services_t,
    5554    services_t);
    5655
Note: See TracChangeset for help on using the changeset viewer.