git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
optimize the menuconfig redrawing
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
fs
/
probe_boot.h
1
#ifndef __LUNAIX_PROBE_BOOT_H
2
#define __LUNAIX_PROBE_BOOT_H
3
4
#include <lunaix/device.h>
5
6
struct device*
7
probe_boot_medium();
8
9
#endif /* __LUNAIX_PROBE_BOOT_H */