/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
uint64_t top; /* Top and pointer to ISS in PCS */
};
+#pragma pack(4)
struct x86_64_tss {
uint32_t reserved1;
uint64_t rsp0; /* stack pointer for CPL0 */
uint16_t io_bit_map_offset;
/* offset to IO permission bit map */
};
+#pragma pack()
#endif /* _I386_TSS_H_ */