]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Acpi/AcpiTables/Facs/Facs.h
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / Facs / Facs.h
CommitLineData
b303605e
MK
1/** @file\r
2This file describes the contents of the ACPI Firmware ACPI Control Structure (FACS)\r
3. Some additional ACPI values are defined in Acpi10.h, Acpi20.h, and Acpi30.h\r
4All changes to the FACS contents should be done in this file.\r
5\r
6Copyright (c) 2013-2015 Intel Corporation.\r
7\r
0eb3de2e 8SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
9\r
10**/\r
11\r
12#ifndef _FACS_H_\r
13#define _FACS_H_\r
14\r
15//\r
16// Statements that include other files\r
17//\r
18#include <IndustryStandard/Acpi.h>\r
19\r
20//\r
21// FACS Definitions\r
22//\r
23#define EFI_ACPI_FIRMWARE_WAKING_VECTOR 0x00000000\r
24#define EFI_ACPI_GLOBAL_LOCK 0x00000000\r
25\r
26#define EFI_ACPI_FIRMWARE_CONTROL_STRUCTURE_FLAGS 0x00000000\r
27#define EFI_ACPI_X_FIRMWARE_WAKING_VECTOR 0x0000000000000000\r
28\r
29#endif\r