Changeset 49bd793b in mainline for uspace/lib/c/include/net/packet.h
- Timestamp:
- 2011-10-07T21:42:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80099c19
- Parents:
- 00d7e1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/net/packet.h
r00d7e1b r49bd793b 38 38 #define LIBC_PACKET_H_ 39 39 40 #include <sys/types.h> 41 40 42 /** Packet identifier type. 41 43 * Value zero is used as an invalid identifier. 42 44 */ 43 typedef unsigned longpacket_id_t;45 typedef sysarg_t packet_id_t; 44 46 45 47 /** Type definition of the packet. … … 51 53 * @see packet_dimension 52 54 */ 53 typedef struct packet_dimension 55 typedef struct packet_dimension packet_dimension_t; 54 56 55 57 /** Packet dimension. */
Note:
See TracChangeset
for help on using the changeset viewer.