xref: /kvm-unit-tests/lib/x86/asm/setup.h (revision dbd3800490429358367c717669aab76678429ef1)
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