Changeset 89c57b6 in mainline for uspace/lib/c/include/ipc/tl.h
- Timestamp:
- 2011-04-13T14:45:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88634420
- Parents:
- cefb126 (diff), 17279ead (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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/tl.h
rcefb126 r89c57b6 27 27 */ 28 28 29 /** @addtogroup net_tl30 * 29 /** @addtogroup libc 30 * @{ 31 31 */ 32 32 33 33 /** @file 34 * 35 * 34 * Transport layer modules messages. 35 * @see tl_interface.h 36 36 */ 37 37 38 #ifndef __NET_TL_MESSAGES_H__39 #define __NET_TL_MESSAGES_H__38 #ifndef LIBC_TL_MESSAGES_H_ 39 #define LIBC_TL_MESSAGES_H_ 40 40 41 #include <ipc/ ipc.h>41 #include <ipc/net.h> 42 42 43 #include <net_messages.h> 44 45 /** Transport layer modules messages. 46 */ 47 typedef enum{ 43 /** Transport layer modules messages. */ 44 typedef enum { 48 45 /** Packet received message. 49 * 46 * @see tl_received_msg() 50 47 */ 51 48 NET_TL_RECEIVED = NET_TL_FIRST
Note:
See TracChangeset
for help on using the changeset viewer.