1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_COCO_H
3 #define _ASM_X86_COCO_H
13 extern enum cc_vendor cc_vendor;
15 #ifdef CONFIG_ARCH_HAS_CC_PLATFORM
16 void cc_set_mask(u64 mask);
17 u64 cc_mkenc(u64 val);
18 u64 cc_mkdec(u64 val);
20 static inline u64 cc_mkenc(u64 val)
25 static inline u64 cc_mkdec(u64 val)
31 #endif /* _ASM_X86_COCO_H */