aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/nvs.h
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-08-31 00:27:05 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-15 10:54:36 +0200
commit0e64617d7d8adcd4d3db16eed7a34604691c2ee6 (patch)
tree8ab26fb0563a61ca3a8f1d3ced7d455aca845583 /src/southbridge/intel/i82801gx/nvs.h
parent33769a5caadca0ff82267ab5021bc85315e1d7f5 (diff)
i945: Convert to per-device ACPI
Change-Id: Iee3ee33ca58b8c722d2d38aae31e7130032512ad Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6804 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/southbridge/intel/i82801gx/nvs.h')
-rw-r--r--src/southbridge/intel/i82801gx/nvs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801gx/nvs.h b/src/southbridge/intel/i82801gx/nvs.h
index 14f0ad36c1..cf4065c63f 100644
--- a/src/southbridge/intel/i82801gx/nvs.h
+++ b/src/southbridge/intel/i82801gx/nvs.h
@@ -135,3 +135,5 @@ typedef struct {
u8 bten;
u8 rsvd13[14];
} __attribute__((packed)) global_nvs_t;
+
+void acpi_create_gnvs(global_nvs_t *gnvs);