Subversion Repositories HelenOS

Rev

Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2089
Line 67... Line 67...
67
#define IO_PORTS    (64*1024)
67
#define IO_PORTS    (64*1024)
68
 
68
 
69
#ifndef __ASM__
69
#ifndef __ASM__
70
 
70
 
71
#include <arch/types.h>
71
#include <arch/types.h>
72
#include <typedefs.h>
-
 
73
#include <arch/context.h>
72
#include <arch/context.h>
74
 
73
 
75
struct ptr_16_32 {
74
struct ptr_16_32 {
76
    uint16_t limit;
75
    uint16_t limit;
77
    uint32_t base;
76
    uint32_t base;