Changeset 98000fb in mainline for kernel/arch/arm32/include/types.h
- Timestamp:
- 2009-06-03T19:34:45Z (14 years ago)
- Branches:
- lfn, master, serial
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/types.h
r69e68e3 r98000fb 54 54 55 55 typedef uint32_t size_t; 56 typedef uint32_t count_t;57 typedef uint32_t index_t;58 56 59 57 typedef uint32_t uintptr_t; … … 70 68 #define PRIp "x" /**< Format for uintptr_t. */ 71 69 #define PRIs "u" /**< Format for size_t. */ 72 #define PRIc "u" /**< Format for count_t. */73 #define PRIi "u" /**< Format for index_t. */74 70 75 71 #define PRId8 "d" /**< Format for int8_t. */
Note: See TracChangeset
for help on using the changeset viewer.