X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/75339638bc5f21f13d3475374ecbd91065a427c3..0b6fbe304e14f104a9e8cf43a09bf60709d44207:/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 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 + +struct device* +probe_boot_medium(); + +#endif /* __LUNAIX_PROBE_BOOT_H */