Rev 3830 | Rev 3929 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3830 | Rev 3878 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | typedef uint32_t ipl_t; |
55 | typedef uint32_t ipl_t; |
56 | 56 | ||
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; |
|
- | 61 | ||
- | 62 | typedef struct { |
|
- | 63 | } fncptr_t; |
|
- | 64 | ||
60 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
65 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
61 | #define PRIp "x" |
66 | #define PRIp "x" |
62 | #define PRIs "u" |
67 | #define PRIs "u" |
63 | #define PRIc "u" |
68 | #define PRIc "u" |
64 | #define PRIi "u" |
69 | #define PRIi "u" |