Changeset 8fc0d455 in mainline for arch/amd64/include/pm.h
- Timestamp:
- 2005-08-30T17:50:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c0a9b3
- Parents:
- b45aa23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/pm.h
rb45aa23 r8fc0d455 27 27 */ 28 28 29 #ifndef __ PM_H__30 #define __ PM_H__29 #ifndef __amd64_PM_H__ 30 #define __amd64_PM_H__ 31 31 32 #include <arch/types.h> 33 #include <typedefs.h> 34 #include <arch/context.h> 32 #ifndef __ASM__ 33 # include <arch/types.h> 34 # include <typedefs.h> 35 # include <arch/context.h> 36 #endif 35 37 36 38 #define IDT_ITEMS 64 … … 42 44 #define UTEXT_DES 3 43 45 #define UDATA_DES 4 44 #define TSS_DES 5 46 #define KTEXT32_DES 5 47 #define TSS_DES 6 45 48 46 49 #define selector(des) ((des)<<3) … … 61 64 62 65 #define IO_MAP_BASE (104) 66 67 #ifndef __ASM__ 63 68 64 69 struct ptr_16_32 { … … 146 151 extern void tss_initialize(struct tss *t); 147 152 153 #endif /* __ASM__ */ 154 148 155 #endif
Note:
See TracChangeset
for help on using the changeset viewer.