summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-05 11:10:35 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-11 04:08:15 +0200
commit334fd8e28b6f572dc8a82c7969696c6072709583 (patch)
tree8dc340c8d7c117fc3cdcfd92dc5c8f731886141e /src/include
parentbf3e2dfaafb4b523a893a43aab4e0da661c94e5a (diff)
downloadcoreboot-staging-334fd8e28b6f572dc8a82c7969696c6072709583.zip
coreboot-staging-334fd8e28b6f572dc8a82c7969696c6072709583.tar.gz
bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.
Windows chokes if it's not the case. Change-Id: I3df15228ed00c3124b8d42fc01d7d63ff3fe07ba Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7017 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@gmail.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h
index 256afd4..7ae49f5 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -61,6 +61,7 @@ struct device_operations {
unsigned long (*write_acpi_tables)(unsigned long start, struct acpi_rsdp *rsdp);
unsigned long (*acpi_fill_ssdt_generator)(unsigned long current,
const char *oem_table_id);
+ void (*acpi_inject_dsdt_generator)(void);
#endif
const struct pci_operations *ops_pci;
const struct smbus_bus_operations *ops_smbus_bus;
OpenPOWER on IntegriCloud