diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-31 17:43:51 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-22 20:06:13 +0200 |
commit | c6e566a07b281c4bb11198c65236e18d1281dfdb (patch) | |
tree | dfa5f5934d2b78bc0e66212d665bc76d8a843350 /src/southbridge/intel/lynxpoint/nvs.h | |
parent | 24d4f7f8defca9c68d4a96ba5cbedf5b01ca6e53 (diff) | |
download | coreboot-c6e566a07b281c4bb11198c65236e18d1281dfdb.tar.xz |
haswell: Move to per-device ACPI
Change-Id: Ic724dcf516d9cb78e89698da603151a32d24e978
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6814
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/nvs.h')
-rw-r--r-- | src/southbridge/intel/lynxpoint/nvs.h | 2 |
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); |