Added all syscalls needed for the next_dev() call.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8346 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-07-07 16:07:25 +00:00
parent 3ed05ce147
commit c28c059292
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -88,6 +88,7 @@ status_t _user_mount(const char *path, const char *device, const char *fs_name,
status_t _user_unmount(const char *path);
status_t _user_read_fs_info(dev_t device, struct fs_info *info);
status_t _user_write_fs_info(dev_t device, const struct fs_info *info, int mask);
dev_t _user_next_device(int32 *_cookie);
status_t _user_sync(void);
status_t _user_dir_node_ref_to_path(dev_t device, ino_t inode, char *userPath, size_t pathLength);
int _user_open_entry_ref(dev_t device, ino_t inode, const char *name, int omode);