git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
lunaix-os/includes/lunaix/fs/probe_boot.h
@@ -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 */