]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.h
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Drivers / DtPlatformDxe / DtPlatformDxe.h
CommitLineData
779cc439
AB
1/** @file\r
2*\r
3* Copyright (c) 2017, Linaro Limited. All rights reserved.\r
4*\r
878b807a 5* SPDX-License-Identifier: BSD-2-Clause-Patent\r
779cc439
AB
6*\r
7**/\r
8\r
9#ifndef __DT_PLATFORM_DXE_H__\r
10#define __DT_PLATFORM_DXE_H__\r
11\r
12#include <Guid/HiiPlatformSetupFormset.h>\r
13#include <Guid/DtPlatformFormSet.h>\r
14\r
15#define DT_ACPI_SELECT_DT 0x0\r
16#define DT_ACPI_SELECT_ACPI 0x1\r
17\r
18#define DT_ACPI_VARIABLE_NAME L"DtAcpiPref"\r
19\r
20typedef struct {\r
21 UINT8 Pref;\r
22 UINT8 Reserved[3];\r
23} DT_ACPI_VARSTORE_DATA;\r
24\r
25#endif\r