aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/acpi.h')
-rw-r--r--src/soc/intel/common/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/acpi.h b/src/soc/intel/common/acpi.h
index db12e81cd0..efa0336f47 100644
--- a/src/soc/intel/common/acpi.h
+++ b/src/soc/intel/common/acpi.h
@@ -14,6 +14,6 @@
* return the number of registers in the gpe0 array or -1 if nothing
* is provided by this function.
*/
-int soc_fill_acpi_wake(uint32_t *pm1, uint32_t **gpe0);
+int soc_fill_acpi_wake(const struct chipset_power_state *ps, uint32_t *pm1, uint32_t **gpe0);
#endif /* _INTEL_COMMON_ACPI_H_ */