Rev 4338 | Rev 4344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4338 | Rev 4342 | ||
|---|---|---|---|
| Line 57... | Line 57... | ||
| 57 | typedef uint32_t unative_t; |
57 | typedef uint32_t unative_t; |
| 58 | typedef int32_t native_t; |
58 | typedef int32_t native_t; |
| 59 | 59 | ||
| 60 | typedef uintptr_t ioport_t; |
60 | typedef uintptr_t ioport_t; |
| 61 | 61 | ||
| - | 62 | typedef struct { |
|
| - | 63 | } fncptr_t; |
|
| - | 64 | ||
| 62 | #define PRIp "x" /**< Format for uintptr_t. */ |
65 | #define PRIp "x" /**< Format for uintptr_t. */ |
| 63 | #define PRIs "u" /**< Format for size_t. */ |
66 | #define PRIs "u" /**< Format for size_t. */ |
| 64 | #define PRIc "u" /**< Format for count_t. */ |
67 | #define PRIc "u" /**< Format for count_t. */ |
| 65 | #define PRIi "u" /**< Format for index_t. */ |
68 | #define PRIi "u" /**< Format for index_t. */ |
| 66 | 69 | ||