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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user