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