Skip to content

Commit 497b9d8

Browse files
committed
Fix merge issues
1 parent 68600e2 commit 497b9d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kernel/hal/arch/riscv/memory_region.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include <dt/dt.h>
2-
#include <hal/memory_regions.h>
32
#include <stdbigos/buffer.h>
43
#include <stdbigos/error.h>
54

65
#include "../../hal_internal.h"
6+
#include "../../include/memory_regions.h"
77

88
static fdt_t hal_riscv_fdt;
99
static bool hal_riscv_fdt_initialized = false;

0 commit comments

Comments
 (0)