/** @file
|
|
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
**/
|
|
#ifndef _PCH_POLICY_HOB_H_
|
#define _PCH_POLICY_HOB_H_
|
|
#include <PchPolicyCommon.h>
|
|
typedef struct _PCH_POLICY PCH_POLICY_HOB;
|
|
extern EFI_GUID gPchPolicyHobGuid;
|
|
#endif // _PCH_POLICY_HOB_H_
|