mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
directories in include, since having all those directories has obscured understanding. Add elfboot.c to lib. Same argument, it is not in boot, it is in lib, since fewer directories is better. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@89 f3766cd6-281f-0410-b1cd-43a5c92072e9
8 lines
147 B
C
8 lines
147 B
C
#ifndef BOOT_TABLES_H
|
|
#define BOOT_TABLES_H
|
|
|
|
#include <boot/linuxbios_tables.h>
|
|
|
|
struct lb_memory *write_tables(void);
|
|
|
|
#endif /* BOOT_TABLES_H */
|