blob: 8881cab331d62a1921d1c3f22e96772c1525ed76 [file] [log] [blame]
Angel Ponsffbb4b22020-10-15 23:25:58 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef __SECURITY_INTEL_TXT_PLATFORM_H__
4#define __SECURITY_INTEL_TXT_PLATFORM_H__
5
6#include <types.h>
7#include "txt_register.h"
8
9/* Prototypes to be defined in chipset code */
10union dpr_register txt_get_chipset_dpr(void);
11
12#endif /* __SECURITY_INTEL_TXT_PLATFORM_H__ */