soc/intel/quark: use common Intel ACPI hardware definitions

Transition to using the common Intel ACPI hardware definitions
generic ACPI definitions.

BUG=chrome-os-partner:54977

Change-Id: I034c083604892a5fa25dff3b50e327e0a885b021
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/15683
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Lee Leahy <leroy.p.leahy@intel.com>
This commit is contained in:
Aaron Durbin
2016-07-13 23:27:12 -05:00
parent bf168e740f
commit f1e22d5c39
2 changed files with 3 additions and 7 deletions

View File

@@ -18,11 +18,7 @@
#define _SOC_PM_H_
#include <stdint.h>
/* Generic sleep state types */
#define SLEEP_STATE_S0 0
#define SLEEP_STATE_S3 3
#define SLEEP_STATE_S5 5
#include <arch/acpi.h>
struct chipset_power_state {
uint32_t prev_sleep_state;