Rev 4055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4055 | Rev 4537 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | typedef unsigned short uint16_t; |
51 | typedef unsigned short uint16_t; |
52 | typedef unsigned long uint32_t; |
52 | typedef unsigned long uint32_t; |
53 | typedef unsigned long long uint64_t; |
53 | typedef unsigned long long uint64_t; |
54 | 54 | ||
55 | typedef uint32_t size_t; |
55 | typedef uint32_t size_t; |
56 | typedef uint32_t count_t; |
- | |
57 | typedef uint32_t index_t; |
- | |
58 | 56 | ||
59 | typedef uint32_t uintptr_t; |
57 | typedef uint32_t uintptr_t; |
60 | typedef uint32_t pfn_t; |
58 | typedef uint32_t pfn_t; |
61 | 59 | ||
62 | typedef uint32_t ipl_t; |
60 | typedef uint32_t ipl_t; |
Line 67... | Line 65... | ||
67 | typedef struct { |
65 | typedef struct { |
68 | } fncptr_t; |
66 | } fncptr_t; |
69 | 67 | ||
70 | #define PRIp "x" /**< Format for uintptr_t. */ |
68 | #define PRIp "x" /**< Format for uintptr_t. */ |
71 | #define PRIs "u" /**< Format for size_t. */ |
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 | #define PRId8 "d" /**< Format for int8_t. */ |
71 | #define PRId8 "d" /**< Format for int8_t. */ |
76 | #define PRId16 "d" /**< Format for int16_t. */ |
72 | #define PRId16 "d" /**< Format for int16_t. */ |
77 | #define PRId32 "d" /**< Format for int32_t. */ |
73 | #define PRId32 "d" /**< Format for int32_t. */ |
78 | #define PRId64 "lld" /**< Format for int64_t. */ |
74 | #define PRId64 "lld" /**< Format for int64_t. */ |