Subversion Repositories HelenOS

Rev

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

Rev 3934 Rev 3940
Line 38... Line 38...
38
#define KERN_LEGACY_IA32_IO_H
38
#define KERN_LEGACY_IA32_IO_H
39
 
39
 
40
#include <arch/types.h>
40
#include <arch/types.h>
41
 
41
 
42
#define I8042_BASE  ((ioport8_t *)0x60)
42
#define I8042_BASE    ((ioport8_t *) 0x60)
43
 
-
 
44
#define EGA_VIDEORAM    0xb8000
-
 
45
#define EGA_BASE    ((ioport8_t *)0x3d4)
43
#define EGA_BASE      ((ioport8_t *) 0x3d4)
46
 
-
 
47
#define NS16550_BASE    ((ioport8_t *)0x3f8)
44
#define NS16550_BASE  ((ioport8_t *) 0x3f8)
48
 
45
 
-
 
46
#define EGA_VIDEORAM  0xb8000
-
 
47
 
49
#endif
48
#endif
50
 
49
 
51
/** @}
50
/** @}
52
 */
51
 */