3f7ad7b216
No one is interrogating the write_tables() return value. Therefore, drop it. Change-Id: I97e707f071942239c9a0fa0914af3679ee7a9c3c Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/5301 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
8 lines
133 B
C
8 lines
133 B
C
#ifndef BOOT_TABLES_H
|
|
#define BOOT_TABLES_H
|
|
|
|
#include <boot/coreboot_tables.h>
|
|
|
|
void write_tables(void);
|
|
|
|
#endif /* BOOT_TABLES_H */
|