blob: 8881cab331d62a1921d1c3f22e96772c1525ed76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __SECURITY_INTEL_TXT_PLATFORM_H__
#define __SECURITY_INTEL_TXT_PLATFORM_H__
#include <types.h>
#include "txt_register.h"
/* Prototypes to be defined in chipset code */
union dpr_register txt_get_chipset_dpr(void);
#endif /* __SECURITY_INTEL_TXT_PLATFORM_H__ */
|