X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Vlv2TbltDevicePkg%2FAcpiPlatform%2FOsfr.h;fp=Vlv2TbltDevicePkg%2FAcpiPlatform%2FOsfr.h;h=0000000000000000000000000000000000000000;hp=4d98db7592ebb390faa0424c6e72d72dd2dd2dd5;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h b/Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h deleted file mode 100644 index 4d98db7592..0000000000 --- a/Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h +++ /dev/null @@ -1,56 +0,0 @@ -/*++ - - Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
- - SPDX-License-Identifier: BSD-2-Clause-Patent - - - -Module Name: - - Osfr.h - -Abstract: - - This file describes the contents of the ACPI OSFR Table. - ---*/ - -#ifndef _OSFR_H -#define _OSFR_H - -// -// Statements that include other files. -// -#include -#include - -#pragma pack (1) - -#define EFI_ACPI_OSFR_TABLE_REVISION 0x1 -//#define EFI_ACPI_OSFR_TABLE_SIGNATURE 'RFSO' -#define EFI_ACPI_OSFR_TABLE_SIGNATURE SIGNATURE_32('O', 'S', 'F', 'R') //'RFSO' - -typedef struct { - EFI_ACPI_DESCRIPTION_HEADER Header; - UINT32 ObjectCount; - UINT32 TableDWORDs [64]; -} EFI_ACPI_OSFR_TABLE; - -typedef struct { - EFI_ACPI_DESCRIPTION_HEADER Header; - UINT32 ObjectCount; -} EFI_ACPI_OSFR_TABLE_FIXED_PORTION; - -typedef struct { - EFI_GUID ObjectUUID; - UINT32 Reserved1; - UINT32 ManufacturerNameStringOffset; - UINT32 ModelNameStringOffset; - UINT32 Reserved2; - UINT32 MicrosoftReferenceOffset; -} EFI_ACPI_OSFR_OCUR_OBJECT; - -#pragma pack () - -#endif