| /** @file | |
| * | |
| * Copyright (c) 2017, Linaro Limited. All rights reserved. | |
| * | |
| * SPDX-License-Identifier: BSD-2-Clause-Patent | |
| * | |
| **/ | |
| #pragma once | |
| #include <Guid/HiiPlatformSetupFormset.h> | |
| #include <Guid/DtPlatformFormSet.h> | |
| #define DT_ACPI_SELECT_DT 0x0 | |
| #define DT_ACPI_SELECT_ACPI 0x1 | |
| #define DT_ACPI_VARIABLE_NAME L"DtAcpiPref" | |
| typedef struct { | |
| UINT8 Pref; | |
| UINT8 Reserved[3]; | |
| } DT_ACPI_VARSTORE_DATA; |