Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_ENCLU_H
0003 #define _ASM_X86_ENCLU_H
0004 
0005 #define EENTER  0x02
0006 #define ERESUME 0x03
0007 #define EEXIT   0x04
0008 
0009 #endif /* _ASM_X86_ENCLU_H */