diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-10-22 13:41:16 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-10-25 18:59:10 +0200 |
commit | 54600970417fee0e87d3059f6e6ac0a59d829066 (patch) | |
tree | f7adb05c27e8e1506ad4b1e1777a34ee4863c96f /src/arch | |
parent | 0b86c76cfc13e435b4d5225326a1c71e154299cd (diff) | |
download | coreboot-54600970417fee0e87d3059f6e6ac0a59d829066.tar.xz |
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')
-rw-r--r-- | src/arch/x86/include/arch/acpigen.h | 2 |
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 |