Changeset 9fa16b20 in mainline for arch/amd64/include/pm.h
- Timestamp:
- 2006-04-17T15:45:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73e9b49
- Parents:
- 97a7eff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/pm.h
r97a7eff r9fa16b20 68 68 69 69 #define TSS_BASIC_SIZE 104 70 #define TSS_IOMAP_SIZE (16*1024+1) /* 16K for bitmap + 1 terminating byte for convenience */ 70 71 71 72 #ifndef __ASM__ … … 145 146 __u16 reserve4; 146 147 __u16 iomap_base; 147 __u8 iomap[ 0x10000 + 1]; /* 64K + 1 terminating byte */148 __u8 iomap[TSS_IOMAP_SIZE]; 148 149 } __attribute__ ((packed)); 149 150 typedef struct tss tss_t;
Note:
See TracChangeset
for help on using the changeset viewer.