xref: /kvm-unit-tests/lib/x86/asm/setup.h (revision c3770197a587a1b9ea197dc1092d3ed11fd644f4)
1 #ifndef _X86_ASM_SETUP_H_
2 #define _X86_ASM_SETUP_H_
3 
4 unsigned long setup_tss(u8 *stacktop);
5 
6 #endif /* _X86_ASM_SETUP_H_ */
7