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 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 volatile uint8_t ioport8_t; |
- | |
| 69 | typedef volatile uint16_t ioport16_t; |
- | |
| 70 | typedef volatile uint32_t ioport32_t; |
- | |
| 71 | - | ||
| 72 | typedef struct { |
68 | typedef struct { |
| 73 | unative_t fnc; |
69 | unative_t fnc; |
| 74 | unative_t gp; |
70 | unative_t gp; |
| 75 | } fncptr_t; |
71 | } fncptr_t; |
| 76 | 72 | ||