Rev 4342 | Rev 4345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4342 | Rev 4344 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | typedef uint64_t ipl_t; |
63 | typedef uint64_t ipl_t; |
64 | 64 | ||
65 | typedef uint64_t unative_t; |
65 | typedef uint64_t unative_t; |
66 | typedef int64_t native_t; |
66 | typedef int64_t native_t; |
67 | 67 | ||
68 | typedef uintptr_t ioport_t; |
68 | typedef volatile uint8_t ioport8_t; |
- | 69 | typedef volatile uint16_t ioport16_t; |
|
- | 70 | typedef volatile uint32_t ioport32_t; |
|
69 | 71 | ||
70 | typedef struct { |
72 | typedef struct { |
71 | unative_t fnc; |
73 | unative_t fnc; |
72 | unative_t gp; |
74 | unative_t gp; |
73 | } fncptr_t; |
75 | } fncptr_t; |