We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68600e2 commit 497b9d8Copy full SHA for 497b9d8
1 file changed
src/kernel/hal/arch/riscv/memory_region.c
@@ -1,9 +1,9 @@
1
#include <dt/dt.h>
2
-#include <hal/memory_regions.h>
3
#include <stdbigos/buffer.h>
4
#include <stdbigos/error.h>
5
6
#include "../../hal_internal.h"
+#include "../../include/memory_regions.h"
7
8
static fdt_t hal_riscv_fdt;
9
static bool hal_riscv_fdt_initialized = false;
0 commit comments