Changeset 98000fb in mainline for kernel/arch/mips32/include/types.h
- Timestamp:
- 2009-06-03T19:34:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/types.h
r69e68e3 r98000fb 47 47 48 48 typedef uint32_t size_t; 49 typedef uint32_t count_t;50 typedef uint32_t index_t;51 49 52 50 typedef uint32_t uintptr_t; … … 63 61 #define PRIp "x" /**< Format for uintptr_t. */ 64 62 #define PRIs "u" /**< Format for size_t. */ 65 #define PRIc "u" /**< Format for count_t. */66 #define PRIi "u" /**< Format for index_t. */67 63 68 64 #define PRId8 "d" /**< Format for int8_t. */
Note:
See TracChangeset
for help on using the changeset viewer.