#include <async.h>
#include <ipc/services.h>
#include <ipc/tl.h>
#include <generic.h>
#include <net/device.h>
#include <net/packet.h>
#include <packet_client.h>
Go to the source code of this file.
Transport layer module interface | |
This interface is used by other modules. | |
int | tl_received_msg (int tl_phone, device_id_t device_id, packet_t *packet, services_t target, services_t error) |
Notify the remote transport layer modules about the received packet/s. |
Definition in file tl_remote.h.