DtPlatformDxe.h 498 B

12345678910111213141516171819202122232425
  1. /** @file
  2. *
  3. * Copyright (c) 2017, Linaro Limited. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-2-Clause-Patent
  6. *
  7. **/
  8. #ifndef __DT_PLATFORM_DXE_H__
  9. #define __DT_PLATFORM_DXE_H__
  10. #include <Guid/HiiPlatformSetupFormset.h>
  11. #include <Guid/DtPlatformFormSet.h>
  12. #define DT_ACPI_SELECT_DT 0x0
  13. #define DT_ACPI_SELECT_ACPI 0x1
  14. #define DT_ACPI_VARIABLE_NAME L"DtAcpiPref"
  15. typedef struct {
  16. UINT8 Pref;
  17. UINT8 Reserved[3];
  18. } DT_ACPI_VARSTORE_DATA;
  19. #endif