ChromeOS: Add missing prototype for acpi_get_vdat_info()

Change-Id: I4bd9b52cfc24a8ff73be05ee535b9e16c0d9bd79
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/946
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Stefan Reinauer 2012-04-27 21:53:12 +02:00
parent 5b73d4d1bb
commit 61e7c289d4
1 changed files with 4 additions and 0 deletions

View File

@ -498,4 +498,8 @@ void generate_cpu_entries(void);
#endif /* CONFIG_GENERATE_ACPI_TABLES */ #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 */ #endif /* __ASM_ACPI_H */