blob: 618c32ef94c77e08ac2f51c6217a1eb99da8d706 [file] [log] [blame]
Eric Biederman8ca8d762003-04-22 19:02:15 +00001#ifndef BOOT_TABLES_H
2#define BOOT_TABLES_H
3
4#include <mem.h>
5#include <boot/linuxbios_tables.h>
6
7struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_map);
8
9#endif /* BOOT_TABLES_H */