Rev 4499 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4499 | Rev 4743 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #ifndef __NET_TL_MESSAGES_H__ |
38 | #ifndef __NET_TL_MESSAGES_H__ |
39 | #define __NET_TL_MESSAGES_H__ |
39 | #define __NET_TL_MESSAGES_H__ |
40 | 40 | ||
41 | #include <ipc/ipc.h> |
41 | #include <ipc/ipc.h> |
42 | 42 | ||
- | 43 | #include "../messages.h" |
|
- | 44 | ||
43 | /** Transport layer modules messages. |
45 | /** Transport layer modules messages. |
44 | */ |
46 | */ |
45 | typedef enum{ |
47 | typedef enum{ |
46 | /** Packet received message. |
48 | /** Packet received message. |
47 | * @see tl_received_msg() |
49 | * @see tl_received_msg() |