Subversion Repositories HelenOS

Rev

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

Rev 3932 Rev 3934
Line 37... Line 37...
37
#ifndef KERN_LEGACY_IA32_IO_H
37
#ifndef KERN_LEGACY_IA32_IO_H
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
 
43
 
44
#define EGA_VIDEORAM    0xb8000
44
#define EGA_VIDEORAM    0xb8000
45
#define EGA_BASE    ((ioport8_t *)0x3d4)
45
#define EGA_BASE    ((ioport8_t *)0x3d4)
46
 
46
 
-
 
47
#define NS16550_BASE    ((ioport8_t *)0x3f8)
-
 
48
 
47
#endif
49
#endif
48
 
50
 
49
/** @}
51
/** @}
50
 */
52
 */