aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/nvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/lynxpoint/nvs.h')
-rw-r--r--src/southbridge/intel/lynxpoint/nvs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/nvs.h b/src/southbridge/intel/lynxpoint/nvs.h
index 48010ffeb7..81b23212c3 100644
--- a/src/southbridge/intel/lynxpoint/nvs.h
+++ b/src/southbridge/intel/lynxpoint/nvs.h
@@ -134,3 +134,5 @@ typedef struct {
/* Used in SMM to find the ACPI GNVS address */
global_nvs_t *smm_get_gnvs(void);
#endif
+
+void acpi_create_gnvs(global_nvs_t * gnvs);