diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1995-12-09 09:11:25 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1995-12-09 09:11:25 +0000 |
| commit | 4d92e19833832c97168f61a5f39d9b4da951bbee (patch) | |
| tree | 34f9b606ff29b54150992119d72901fdf34ff07b /sys/miscfs/devfs/devfs_proto.h | |
| parent | d88800474555a7cfa9facdbee2f48da6004268ca (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_proto.h')
| -rw-r--r-- | sys/miscfs/devfs/devfs_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_proto.h b/sys/miscfs/devfs/devfs_proto.h index 01dd194f13ab..e8571e8e8d19 100644 --- a/sys/miscfs/devfs/devfs_proto.h +++ b/sys/miscfs/devfs/devfs_proto.h @@ -14,8 +14,6 @@ int dev_dup_entry(dn_p parent, devnm_p back, devnm_p *dnm_pp, struct devfsmount void dev_free_name(devnm_p devnmp) /*proto*/; int devfs_vntodn(struct vnode *vn_p, dn_p *dn_pp) /*proto*/; int devfs_dntovn(dn_p dnp, struct vnode **vn_pp) /*proto*/; -int get_cdev_major_num(caddr_t addr) /*proto*/; -int get_bdev_major_num(caddr_t addr) /*proto*/; int dev_add_entry(char *name, dn_p parent, int type, union typeinfo *by, devnm_p *nm_pp) /*proto*/ ; int devfs_init(void) /*proto*/; int devfs_mount( struct mount *mp, char *path, caddr_t data, struct nameidata *ndp, struct proc *p) /*proto*/; |
