mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Remove unused prototypes.
This commit is contained in:
parent
f3b67db31a
commit
00a480ac5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157685
@ -164,8 +164,6 @@ void devfs_rules_apply(struct devfs_mount *dm, struct devfs_dirent *de);
|
||||
void devfs_rules_cleanup (struct devfs_mount *dm);
|
||||
int devfs_rules_ioctl(struct devfs_mount *dm, u_long cmd, caddr_t data, struct thread *td);
|
||||
int devfs_allocv (struct devfs_dirent *de, struct mount *mp, struct vnode **vpp, struct thread *td);
|
||||
struct cdev **devfs_itod (int inode);
|
||||
struct devfs_dirent **devfs_itode (struct devfs_mount *dm, int inode);
|
||||
void devfs_delete(struct devfs_mount *dm, struct devfs_dirent *de);
|
||||
void devfs_populate (struct devfs_mount *dm);
|
||||
void devfs_cleanup (struct devfs_mount *dm);
|
||||
|
Loading…
Reference in New Issue
Block a user