9 lines
201 B
C
9 lines
201 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
#ifndef _ASM_X86_SHARED_TDX_H
|
||
|
|
#define _ASM_X86_SHARED_TDX_H
|
||
|
|
|
||
|
|
#define TDX_CPUID_LEAF_ID 0x21
|
||
|
|
#define TDX_IDENT "IntelTDX "
|
||
|
|
|
||
|
|
#endif /* _ASM_X86_SHARED_TDX_H */
|