Rev 2071 | Rev 4125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 79... | Line 79... | ||
79 | #define IO_PORTS (64*1024) |
79 | #define IO_PORTS (64*1024) |
80 | 80 | ||
81 | #ifndef __ASM__ |
81 | #ifndef __ASM__ |
82 | 82 | ||
83 | #include <arch/types.h> |
83 | #include <arch/types.h> |
84 | #include <typedefs.h> |
- | |
85 | #include <arch/context.h> |
84 | #include <arch/context.h> |
86 | 85 | ||
87 | struct ptr_16_32 { |
86 | struct ptr_16_32 { |
88 | uint16_t limit; |
87 | uint16_t limit; |
89 | uint32_t base; |
88 | uint32_t base; |