Rev 3597 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3597 | Rev 4377 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | typedef uint64_t uintptr_t; |
52 | typedef uint64_t uintptr_t; |
53 | typedef uint64_t pfn_t; |
53 | typedef uint64_t pfn_t; |
54 | 54 | ||
55 | typedef uint64_t ipl_t; |
55 | typedef uint64_t ipl_t; |
56 | 56 | ||
57 | typedef uint64_t ioport_t; |
- | |
58 | - | ||
59 | typedef uint64_t unative_t; |
57 | typedef uint64_t unative_t; |
60 | typedef int64_t native_t; |
58 | typedef int64_t native_t; |
61 | 59 | ||
- | 60 | typedef struct { |
|
- | 61 | } fncptr_t; |
|
- | 62 | ||
62 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
63 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
63 | #define PRIp "llx" |
64 | #define PRIp "llx" |
64 | #define PRIs "llu" |
65 | #define PRIs "llu" |
65 | #define PRIc "llu" |
66 | #define PRIc "llu" |
66 | #define PRIi "llu" |
67 | #define PRIi "llu" |