1 #ifndef _X86_ASM_SETUP_H_ 2 #define _X86_ASM_SETUP_H_ 3 4 unsigned long setup_tss(void); 5 6 #endif /* _X86_ASM_SETUP_H_ */ 7