xref: /openbmc/linux/arch/x86/include/asm/enclu.h (revision 84664369)
1*84664369SSean Christopherson /* SPDX-License-Identifier: GPL-2.0 */
2*84664369SSean Christopherson #ifndef _ASM_X86_ENCLU_H
3*84664369SSean Christopherson #define _ASM_X86_ENCLU_H
4*84664369SSean Christopherson 
5*84664369SSean Christopherson #define EENTER	0x02
6*84664369SSean Christopherson #define ERESUME	0x03
7*84664369SSean Christopherson #define EEXIT	0x04
8*84664369SSean Christopherson 
9*84664369SSean Christopherson #endif /* _ASM_X86_ENCLU_H */
10