Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tss.h
Go to the documentation of this file.
1 #ifndef __TSS_SEGMENT_H
2 #define __TSS_SEGMENT_H
3 
4 struct tss_segment_32 {
30  u16 t;
32 };
33 
57 };
58 
59 #endif