]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Efi/Guid/Acpi/Acpi.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Guid / Acpi / Acpi.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004 - 2005, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13 \r
14 Acpi.h\r
15 \r
16Abstract:\r
17\r
18 GUIDs used for ACPI entries in the in the EFI 1.0 system table\r
19\r
20 These GUIDs point the ACPI tables as defined in the ACPI specifications.\r
21 ACPI 2.0 specification defines the ACPI 2.0 GUID. EFI 1.0 defines the \r
22 ACPI 1.0 GUID.\r
23\r
24--*/\r
25\r
26#ifndef _ACPI_GUID_H_\r
27#define _ACPI_GUID_H_\r
28\r
29#define EFI_ACPI_TABLE_GUID \\r
30 { \\r
7ccf38a3 31 0xeb9d2d30, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} \\r
3eb9473e 32 }\r
33\r
34#define EFI_ACPI_20_TABLE_GUID \\r
35 { \\r
7ccf38a3 36 0x8868e871, 0xe4f1, 0x11d3, {0xbc, 0x22, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} \\r
3eb9473e 37 }\r
38\r
39#define EFI_ACPI_30_TABLE_GUID EFI_ACPI_20_TABLE_GUID\r
40\r
41extern EFI_GUID gEfiAcpiTableGuid;\r
42extern EFI_GUID gEfiAcpi20TableGuid;\r
43extern EFI_GUID gEfiAcpi30TableGuid;\r
44#endif\r