Rev 3386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3386 | Rev 4153 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | typedef uint32_t ipl_t; |
62 | typedef uint32_t ipl_t; |
63 | 63 | ||
64 | typedef uint32_t unative_t; |
64 | typedef uint32_t unative_t; |
65 | typedef int32_t native_t; |
65 | typedef int32_t native_t; |
66 | 66 | ||
- | 67 | typedef struct { |
|
- | 68 | } fncptr_t; |
|
- | 69 | ||
67 | #define PRIp "x" /**< Format for uintptr_t. */ |
70 | #define PRIp "x" /**< Format for uintptr_t. */ |
68 | #define PRIs "u" /**< Format for size_t. */ |
71 | #define PRIs "u" /**< Format for size_t. */ |
69 | #define PRIc "u" /**< Format for count_t. */ |
72 | #define PRIc "u" /**< Format for count_t. */ |
70 | #define PRIi "u" /**< Format for index_t. */ |
73 | #define PRIi "u" /**< Format for index_t. */ |
71 | 74 |