Changeset 8f2153b in mainline for arch/ia32/include/pm.h
- Timestamp:
- 2005-09-05T12:41:45Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b492b5
- Parents:
- 2c55af3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/pm.h
r2c55af3 r8f2153b 30 30 #define __PM_H__ 31 31 32 #include <arch/types.h>33 #include <typedefs.h>34 #include <arch/context.h>35 36 32 #define IDT_ITEMS 64 37 33 #define GDT_ITEMS 6 … … 60 56 61 57 #define IO_MAP_BASE (104) 58 59 #ifndef __ASM__ 60 61 #include <arch/types.h> 62 #include <typedefs.h> 63 #include <arch/context.h> 62 64 63 65 struct ptr_16_32 { … … 146 148 extern void tss_initialize(struct tss *t); 147 149 150 #endif /* __ASM__ */ 151 148 152 #endif
Note:
See TracChangeset
for help on using the changeset viewer.