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
Boot framework rework (#45)
[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
deleted file mode 100644
(file)
index
4eb8e06
..0000000
--- a/
lunaix-os/includes/lunaix/fs/probe_boot.h
+++ /dev/null
@@
-1,9
+0,0 @@
-#ifndef __LUNAIX_PROBE_BOOT_H
-#define __LUNAIX_PROBE_BOOT_H
-
-#include <lunaix/device.h>
-
-struct device*
-probe_boot_medium();
-
-#endif /* __LUNAIX_PROBE_BOOT_H */