#ifndef BOOT_TABLES_H
#define BOOT_TABLES_H

#include <boot/linuxbios_tables.h>

struct lb_memory *write_tables(void);

#endif /* BOOT_TABLES_H */