aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-10-22 13:41:16 +0200
committerSven Schnelle <svens@stackframe.org>2011-10-25 18:59:10 +0200
commit54600970417fee0e87d3059f6e6ac0a59d829066 (patch)
treef7adb05c27e8e1506ad4b1e1777a34ee4863c96f /src/arch/x86/include
parent0b86c76cfc13e435b4d5225326a1c71e154299cd (diff)
SPEEDSTEP: write _CST tables
Change-Id: Idb4b57044808918de343d31519768d0986840f01 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/321 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r--src/arch/x86/include/arch/acpigen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/acpigen.h b/src/arch/x86/include/arch/acpigen.h
index 7feaa8e130..0833371d83 100644
--- a/src/arch/x86/include/arch/acpigen.h
+++ b/src/arch/x86/include/arch/acpigen.h
@@ -66,4 +66,6 @@ int acpigen_write_resourcetemplate_footer(int len);
int acpigen_write_mainboard_resource_template(void);
int acpigen_write_mainboard_resources(const char *scope, const char *name);
+int get_cst_entries(struct cst_entry **) __attribute__((weak));
+
#endif