Changeset 98000fb in mainline for kernel/arch/amd64/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/amd64/include/types.h
r69e68e3 r98000fb 47 47 48 48 typedef uint64_t size_t; 49 typedef uint64_t count_t;50 typedef uint64_t index_t;51 49 52 50 typedef uint64_t uintptr_t; … … 61 59 } fncptr_t; 62 60 63 /**< Formats for uintptr_t, size_t , count_t and index_t*/61 /**< Formats for uintptr_t, size_t */ 64 62 #define PRIp "llx" 65 63 #define PRIs "llu" 66 #define PRIc "llu"67 #define PRIi "llu"68 64 69 65 /**< Formats for (u)int8_t, (u)int16_t, (u)int32_t, (u)int64_t and (u)native_t */
Note:
See TracChangeset
for help on using the changeset viewer.