- Initial checkin of the freebios2 tree
[coreboot.git] / src / include / boot / tables.h
1 #ifndef BOOT_TABLES_H
2 #define BOOT_TABLES_H
3
4 #include <mem.h>
5 #include <boot/linuxbios_tables.h>
6
7 struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_map);
8
9 #endif /* BOOT_TABLES_H */