[coreboot] Patch set updated for coreboot: 2fa5509 ChromeOS: Add missing prototype for acpi_get_vdat_info()

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Apr 27 23:26:58 CEST 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/946

-gerrit

commit 2fa5509a9d383de873b998111ffb56395072f892
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Apr 27 21:53:12 2012 +0200

    ChromeOS: Add missing prototype for  acpi_get_vdat_info()
    
    Change-Id: I4bd9b52cfc24a8ff73be05ee535b9e16c0d9bd79
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/arch/x86/include/arch/acpi.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h
index 5859d54..be62008 100644
--- a/src/arch/x86/include/arch/acpi.h
+++ b/src/arch/x86/include/arch/acpi.h
@@ -519,4 +519,8 @@ void generate_cpu_entries(void);
 
 #endif	/* CONFIG_GENERATE_ACPI_TABLES */
 
+#if CONFIG_CHROMEOS
+void acpi_get_vdat_info(void **vdat_addr, uint32_t *vdat_size);
+#endif /* CONFIG_CHROMEOS */
+
 #endif  /* __ASM_ACPI_H */




More information about the coreboot mailing list