]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
[mirror_edk2.git] / Vlv2TbltDevicePkg / AcpiPlatform / Osfr.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14Module Name:\r
15\r
16 Osfr.h\r
17\r
18Abstract:\r
19\r
20 This file describes the contents of the ACPI OSFR Table.\r
21\r
22--*/\r
23\r
24#ifndef _OSFR_H\r
25#define _OSFR_H\r
26\r
27//\r
28// Statements that include other files.\r
29//\r
30#include <IndustryStandard/Acpi10.h>\r
31#include <IndustryStandard/Acpi20.h>\r
32\r
33#pragma pack (1)\r
34\r
35#define EFI_ACPI_OSFR_TABLE_REVISION 0x1\r
36//#define EFI_ACPI_OSFR_TABLE_SIGNATURE 'RFSO'\r
37#define EFI_ACPI_OSFR_TABLE_SIGNATURE SIGNATURE_32('O', 'S', 'F', 'R') //'RFSO'\r
38\r
39typedef struct {\r
40 EFI_ACPI_DESCRIPTION_HEADER Header;\r
41 UINT32 ObjectCount;\r
42 UINT32 TableDWORDs [64];\r
43} EFI_ACPI_OSFR_TABLE;\r
44\r
45typedef struct {\r
46 EFI_ACPI_DESCRIPTION_HEADER Header;\r
47 UINT32 ObjectCount;\r
48} EFI_ACPI_OSFR_TABLE_FIXED_PORTION;\r
49\r
50typedef struct {\r
51 EFI_GUID ObjectUUID;\r
52 UINT32 Reserved1;\r
53 UINT32 ManufacturerNameStringOffset;\r
54 UINT32 ModelNameStringOffset;\r
55 UINT32 Reserved2;\r
56 UINT32 MicrosoftReferenceOffset;\r
57} EFI_ACPI_OSFR_OCUR_OBJECT;\r
58\r
59#pragma pack ()\r
60\r
61#endif\r