Changeset 9fa16b20 in mainline for arch/ia32/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/ia32/include/pm.h
r97a7eff r9fa16b20 57 57 58 58 #define TSS_BASIC_SIZE 104 59 #define TSS_IOMAP_SIZE (16*1024+1) /* 16K for bitmap + 1 terminating byte for convenience */ 59 60 60 61 #ifndef __ASM__ … … 132 133 unsigned : 16; 133 134 __u16 iomap_base; 134 __u8 iomap[ 0x10000+1]; /* 64K + 1 terminating byte */135 __u8 iomap[TSS_IOMAP_SIZE]; 135 136 } __attribute__ ((packed)); 136 137 typedef struct tss tss_t;
Note:
See TracChangeset
for help on using the changeset viewer.