Changeset 06e1e95 in mainline for kernel/arch/ia32/include/drivers
- Timestamp:
- 2006-09-14T17:09:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- Location:
- kernel/arch/ia32/include/drivers
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/drivers/ega.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __EGA_H__36 #define __EGA_H__35 #ifndef KERN_ia32_EGA_H_ 36 #define KERN_ia32_EGA_H_ 37 37 38 38 #define VIDEORAM 0xb8000 … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
kernel/arch/ia32/include/drivers/i8042.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 37 37 */ 38 38 39 #ifndef __ia32_I8042_H__40 #define __ia32_I8042_H__39 #ifndef KERN_ia32_I8042_H_ 40 #define KERN_ia32_I8042_H_ 41 41 42 42 #include <arch/asm.h> … … 68 68 #endif 69 69 70 70 /** @} 71 71 */ 72 -
kernel/arch/ia32/include/drivers/i8254.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __I8254_H__36 #define __I8254_H__35 #ifndef KERN_ia32_I8254_H_ 36 #define KERN_ia32_I8254_H_ 37 37 38 38 #include <arch/types.h> … … 44 44 #endif 45 45 46 46 /** @} 47 47 */ 48 -
kernel/arch/ia32/include/drivers/i8259.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __I8259_H__36 #define __I8259_H__35 #ifndef KERN_ia32_I8259_H_ 36 #define KERN_ia32_I8259_H_ 37 37 38 38 #include <arch/types.h> … … 54 54 #endif 55 55 56 56 /** @} 57 57 */ 58 -
kernel/arch/ia32/include/drivers/vesa.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __VESA_H__36 #define __VESA_H__35 #ifndef KERN_ia32_VESA_H_ 36 #define KERN_ia32_VESA_H_ 37 37 38 38 extern int vesa_present(void); … … 41 41 #endif 42 42 43 43 /** @} 44 44 */ 45
Note:
See TracChangeset
for help on using the changeset viewer.