aboutsummaryrefslogtreecommitdiff
path: root/src/include/boot/tables.h
blob: 4b3f70cf4ef59f4b4eae93a1f1106b5c247a344f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BOOT_TABLES_H
#define BOOT_TABLES_H

#include <boot/coreboot_tables.h>
#include <arch/coreboot_tables.h>

void lb_add_memory_range(struct lb_memory *mem,
	uint32_t type, uint64_t start, uint64_t size);

struct lb_memory *write_tables(void);

#endif /* BOOT_TABLES_H */