fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / build / libroot / fs_impl.h
blobbe5efa3fa8708f5b8cb547f36685706f939ead76
1 #ifndef FS_IMPL_H
2 #define FS_IMPL_H
4 #include <string>
6 #include <SupportDefs.h>
8 namespace BPrivate {
10 // defined in fs.cpp
12 status_t get_path(int fd, const char *name, std::string &path);
14 } // namespace BPrivate
16 #endif // FS_IMPL_H