TianoCore EDK2 master
Loading...
Searching...
No Matches
DtPlatformDxe.h
Go to the documentation of this file.
1
9#ifndef __DT_PLATFORM_DXE_H__
10#define __DT_PLATFORM_DXE_H__
11
14
15#define DT_ACPI_SELECT_DT 0x0
16#define DT_ACPI_SELECT_ACPI 0x1
17
18#define DT_ACPI_VARIABLE_NAME L"DtAcpiPref"
19
20typedef struct {
21 UINT8 Pref;
22 UINT8 Reserved[3];
24
25#endif