aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/tables.c')
-rw-r--r--src/arch/riscv/tables.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/riscv/tables.c b/src/arch/riscv/tables.c
index c73f428725..ca0dd306af 100644
--- a/src/arch/riscv/tables.c
+++ b/src/arch/riscv/tables.c
@@ -62,3 +62,7 @@ void write_tables(void)
{
wtf_write_tables();
}
+
+void lb_arch_add_records(struct lb_header *header)
+{
+}