Rev 3929 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3929 | Rev 4021 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | typedef uint32_t ipl_t; |
62 | typedef uint32_t ipl_t; |
63 | 63 | ||
64 | typedef uint32_t unative_t; |
64 | typedef uint32_t unative_t; |
65 | typedef int32_t native_t; |
65 | typedef int32_t native_t; |
66 | 66 | ||
67 | typedef volatile uint8_t ioport8_t; |
- | |
68 | typedef volatile uint16_t ioport16_t; |
- | |
69 | typedef volatile uint32_t ioport32_t; |
- | |
70 | - | ||
71 | typedef struct { |
67 | typedef struct { |
72 | } fncptr_t; |
68 | } fncptr_t; |
73 | 69 | ||
74 | #define PRIp "x" /**< Format for uintptr_t. */ |
70 | #define PRIp "x" /**< Format for uintptr_t. */ |
75 | #define PRIs "u" /**< Format for size_t. */ |
71 | #define PRIs "u" /**< Format for size_t. */ |