Rev 4344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4344 | Rev 4345 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | typedef uint64_t ipl_t; |
55 | typedef uint64_t ipl_t; |
| 56 | 56 | ||
| 57 | typedef uint64_t unative_t; |
57 | typedef uint64_t unative_t; |
| 58 | typedef int64_t native_t; |
58 | typedef int64_t native_t; |
| 59 | 59 | ||
| 60 | typedef volatile uint8_t ioport8_t; |
- | |
| 61 | typedef volatile uint16_t ioport16_t; |
- | |
| 62 | typedef volatile uint32_t ioport32_t; |
- | |
| 63 | - | ||
| 64 | typedef struct { |
60 | typedef struct { |
| 65 | } fncptr_t; |
61 | } fncptr_t; |
| 66 | 62 | ||
| 67 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
63 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
| 68 | #define PRIp "llx" |
64 | #define PRIp "llx" |