aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/acpi/acpi_facs.h
blob: e8c55a30ea625a890570cbc243bd75cb2f387606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * Copyright (c) 2004, Intel Corporation.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 * Place - Suite 330, Boston, MA 02111-1307 USA.
 *
 */
#ifndef _FACS_H
#define _FACS_H

//
// FACS Definitions
//

#define ACPI_FIRMWARE_WAKING_VECTOR 0x00000000
#define ACPI_GLOBAL_LOCK 0x00000000

#define ACPI_FIRMWARE_CONTROL_STRUCTURE_FLAGS 0x00000000

#define ACPI_X_FIRMWARE_WAKING_VECTOR 0x0000000000000000

#endif