switch-coreboot/include/tables.h
Ronald G. Minnich 9fed5d8f66 Files needs for booting a payload. We are reducing the number of
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
2007-02-23 10:58:00 +00:00

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