blob: 618c32ef94c77e08ac2f51c6217a1eb99da8d706 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef BOOT_TABLES_H
#define BOOT_TABLES_H
#include <mem.h>
#include <boot/linuxbios_tables.h>
struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_map);
#endif /* BOOT_TABLES_H */
|