summaryrefslogtreecommitdiffhomepage
path: root/src/hal/neboot-flash-driver.c
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-31 08:57:14 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-31 08:57:14 +0100
commit1891d7343a9ac25ab157c4495581a0fcbd7fbcbf (patch)
treec6da72fdf5db30c67c28e968883f869ee57600d0 /src/hal/neboot-flash-driver.c
parent18d33e155d2f56e59eb49dadbb30ab2f7ac3e852 (diff)
feat! refactor NeBoot for NeKernel.org v1.0.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/hal/neboot-flash-driver.c')
-rw-r--r--src/hal/neboot-flash-driver.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hal/neboot-flash-driver.c b/src/hal/neboot-flash-driver.c
new file mode 100644
index 0000000..d1b0907
--- /dev/null
+++ b/src/hal/neboot-flash-driver.c
@@ -0,0 +1,10 @@
+/* -------------------------------------------
+
+Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+
+------------------------------------------- */
+
+#include <lib/boot.h>
+#include <lib/mp-bit.h>
+#include <lib/partition-map.h>
+#include <lib/pci-tree.h>