diff options
| author | Jaakko Heinonen <jh@FreeBSD.org> | 2010-06-09 15:29:12 +0000 |
|---|---|---|
| committer | Jaakko Heinonen <jh@FreeBSD.org> | 2010-06-09 15:29:12 +0000 |
| commit | f40645c83d37e6c02dd735abd0718462397b33ce (patch) | |
| tree | b8604c4f70801d88d6a6ab13c200f7580f2ed963 /sys/fs/devfs/devfs.h | |
| parent | d05181f902f0786c55528c72e5f4349e4112b781 (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs.h')
| -rw-r--r-- | sys/fs/devfs/devfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h index 524bec8301739..a50a7b066d29a 100644 --- a/sys/fs/devfs/devfs.h +++ b/sys/fs/devfs/devfs.h @@ -180,6 +180,7 @@ void devfs_populate (struct devfs_mount *dm); void devfs_cleanup (struct devfs_mount *dm); void devfs_unmount_final(struct devfs_mount *mp); struct devfs_dirent *devfs_newdirent (char *name, int namelen); +struct devfs_dirent *devfs_parent_dirent(struct devfs_dirent *de); struct devfs_dirent *devfs_vmkdir (struct devfs_mount *, char *name, int namelen, struct devfs_dirent *dotdot, u_int inode); struct devfs_dirent *devfs_find (struct devfs_dirent *dd, const char *name, int namelen); |
