diff options
Diffstat (limited to 'sys/fs/procfs/procfs.h')
-rw-r--r-- | sys/fs/procfs/procfs.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h index d97f825..67af4be 100644 --- a/sys/fs/procfs/procfs.h +++ b/sys/fs/procfs/procfs.h @@ -118,15 +118,6 @@ struct dbreg; void procfs_exit __P((struct proc *)); int procfs_freevp __P((struct vnode *)); int procfs_allocvp __P((struct mount *, struct vnode **, long, pfstype)); -struct vnode *procfs_findtextvp __P((struct proc *)); -int procfs_sstep __P((struct thread *)); -void procfs_fix_sstep __P((struct thread *)); -int procfs_read_regs __P((struct thread *, struct reg *)); -int procfs_write_regs __P((struct thread *, struct reg *)); -int procfs_read_fpregs __P((struct thread *, struct fpreg *)); -int procfs_write_fpregs __P((struct thread *, struct fpreg *)); -int procfs_read_dbregs __P((struct thread *, struct dbreg *)); -int procfs_write_dbregs __P((struct thread *, struct dbreg *)); int procfs_donote __P((struct proc *, struct proc *, struct pfsnode *pfsp, struct uio *uio)); int procfs_doregs __P((struct proc *, struct proc *, struct pfsnode *pfsp, struct uio *uio)); int procfs_dofpregs __P((struct proc *, struct proc *, struct pfsnode *pfsp, struct uio *uio)); |