Deleted Added
full compact
2c2
< /* $FreeBSD: head/sys/powerpc/include/reg.h 85294 2001-10-21 22:16:48Z des $ */
---
> /* $FreeBSD: head/sys/powerpc/include/reg.h 92842 2002-03-20 23:17:50Z alfred $ */
29,35c29,35
< void setregs __P((struct thread *, u_long, u_long, u_long));
< int fill_regs __P((struct thread *, struct reg *));
< int set_regs __P((struct thread *, struct reg *));
< int fill_fpregs __P((struct thread *, struct fpreg *));
< int set_fpregs __P((struct thread *, struct fpreg *));
< int fill_dbregs __P((struct thread *, struct dbreg *));
< int set_dbregs __P((struct thread *, struct dbreg *));
---
> void setregs(struct thread *, u_long, u_long, u_long);
> int fill_regs(struct thread *, struct reg *);
> int set_regs(struct thread *, struct reg *);
> int fill_fpregs(struct thread *, struct fpreg *);
> int set_fpregs(struct thread *, struct fpreg *);
> int fill_dbregs(struct thread *, struct dbreg *);
> int set_dbregs(struct thread *, struct dbreg *);