Changeset 98000fb in mainline for kernel/arch/ia64/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/ia64/include/types.h
r69e68e3 r98000fb 55 55 56 56 typedef uint64_t size_t; 57 typedef uint64_t count_t;58 typedef uint64_t index_t;59 57 60 58 typedef uint64_t uintptr_t; … … 73 71 #define PRIp "lx" /**< Format for uintptr_t. */ 74 72 #define PRIs "lu" /**< Format for size_t. */ 75 #define PRIc "lu" /**< Format for count_t. */76 #define PRIi "lu" /**< Format for index_t. */77 73 78 74 #define PRId8 "d" /**< Format for int8_t. */
Note:
See TracChangeset
for help on using the changeset viewer.