blob: 03b4f2a473b53ad364ba775b06c4556cc29eb8f1 [file]
/** @file
Copyright (c) 2023-2024, Mario Bălănică <mariobalanica02@gmail.com>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Guid/MemoryAttributeManagerFormSet.h>
#define PROTOCOL_ENABLED_DEFAULT FixedPcdGetBool(PcdMemoryAttributeEnabledDefault)
#define MEMORY_ATTRIBUTE_MANAGER_DATA_VAR_NAME L"MemoryAttributeManagerData"
typedef struct {
BOOLEAN Enabled;
} MEMORY_ATTRIBUTE_MANAGER_VARSTORE_DATA;