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 63... | Line 63... | ||
| 63 | typedef uint64_t ipl_t; |
63 | typedef uint64_t ipl_t; |
| 64 | 64 | ||
| 65 | typedef uint64_t unative_t; |
65 | typedef uint64_t unative_t; |
| 66 | typedef int64_t native_t; |
66 | typedef int64_t native_t; |
| 67 | 67 | ||
| - | 68 | typedef struct { |
|
| - | 69 | unative_t fnc; |
|
| - | 70 | unative_t gp; |
|
| - | 71 | } fncptr_t; |
|
| - | 72 | ||
| 68 | #define PRIp "lx" /**< Format for uintptr_t. */ |
73 | #define PRIp "lx" /**< Format for uintptr_t. */ |
| 69 | #define PRIs "lu" /**< Format for size_t. */ |
74 | #define PRIs "lu" /**< Format for size_t. */ |
| 70 | #define PRIc "lu" /**< Format for count_t. */ |
75 | #define PRIc "lu" /**< Format for count_t. */ |
| 71 | #define PRIi "lu" /**< Format for index_t. */ |
76 | #define PRIi "lu" /**< Format for index_t. */ |
| 72 | 77 | ||