Changeset 91825d90 in mainline for kernel/genarch/include/drivers/legacy/ia32/io.h
- Timestamp:
- 2009-02-19T22:21:58Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1eece6
- Parents:
- 4544884
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/legacy/ia32/io.h
r4544884 r91825d90 1 1 /* 2 * Copyright (c) 200 8Jakub Jermar2 * Copyright (c) 2009 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 31 31 */ 32 32 /** @file 33 * @brief This file contains definitions used by architectures with the 34 * ia32 legacy I/O space (i.e. ia32, amd64 and ia64). 33 35 */ 34 36 35 #ifndef KERN_ia32_EGA_H 36 #define KERN_ia32_EGA_H 37 #ifndef KERN_LEGACY_IA32_IO_H 38 #define KERN_LEGACY_IA32_IO_H 39 40 #include <arch/types.h> 41 42 #define i8042_BASE ((ioport8_t *)0x60) 37 43 38 44 #define EGA_VIDEORAM 0xb8000
Note:
See TracChangeset
for help on using the changeset viewer.