SPEEDSTEP: write _CST tables
[coreboot.git] / src / arch / x86 / include / arch / acpigen.h
index 7feaa8e1309550baf497acdfb96c22244d8bac9b..0833371d83994632c9d444399ae510f190db65e9 100644 (file)
@@ -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