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:
@@ -84,6 +84,7 @@ extern status_t _kern_mount(const char *path, const char *device, const char *f
|
||||
extern status_t _kern_unmount(const char *path);
|
||||
extern status_t _kern_read_fs_info(dev_t device, struct fs_info *info);
|
||||
extern status_t _kern_write_fs_info(dev_t device, const struct fs_info *info, int mask);
|
||||
extern dev_t _kern_next_device(int32 *_cookie);
|
||||
extern status_t _kern_sync(void);
|
||||
extern status_t _kern_dir_node_ref_to_path(dev_t device, ino_t inode, char *userPath, size_t pathLength);
|
||||
extern int _kern_open_entry_ref(dev_t device, ino_t inode, const char *name, int omode);
|
||||
|
||||
Reference in New Issue
Block a user