coreboot-kgpe-d16/src/include/boot/tables.h
Aaron Durbin 3f7ad7b216 coreboot: don't return struct lb_memory * from write_tables()
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>
2014-03-03 23:25:53 +01:00

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 */