aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/chip.h')
-rw-r--r--src/soc/intel/xeon_sp/skx/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/skx/chip.h b/src/soc/intel/xeon_sp/skx/chip.h
index 08608997b3..adb70e58d0 100644
--- a/src/soc/intel/xeon_sp/skx/chip.h
+++ b/src/soc/intel/xeon_sp/skx/chip.h
@@ -76,4 +76,8 @@ struct soc_intel_xeon_sp_skx_config {
typedef struct soc_intel_xeon_sp_skx_config config_t;
+/* soc acpi function prototypes. To be removed when acpi.c is replaced by common/acpi.c */
+void uncore_inject_dsdt(void);
+unsigned long xeonsp_acpi_create_madt_lapics(unsigned long current);
+
#endif