feat: dynamic boot medium probing and mounting
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / probe_boot.h
diff --git a/lunaix-os/includes/lunaix/fs/probe_boot.h b/lunaix-os/includes/lunaix/fs/probe_boot.h
new file mode 100644 (file)
index 0000000..4eb8e06
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __LUNAIX_PROBE_BOOT_H
+#define __LUNAIX_PROBE_BOOT_H
+
+#include <lunaix/device.h>
+
+struct device*
+probe_boot_medium();
+
+#endif /* __LUNAIX_PROBE_BOOT_H */