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

#include <boot/linuxbios_tables.h>

struct lb_memory *write_tables(void);

#endif /* BOOT_TABLES_H */