summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/reg.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
commitf1b2b9896d0dcac4ea615a304a83c86bd728f7cd (patch)
tree511e9436eaa0421e94a0c839e77bd98aadec76c2 /sys/powerpc/include/reg.h
parentc1cfd2b4ddb0130e096a6054fa9730f51f4c96dd (diff)
downloadFreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.zip
FreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.tar.gz
Remove __P.
Reveiwed by: benno
Diffstat (limited to 'sys/powerpc/include/reg.h')
-rw-r--r--sys/powerpc/include/reg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/powerpc/include/reg.h b/sys/powerpc/include/reg.h
index a37bbab..9d151d3 100644
--- a/sys/powerpc/include/reg.h
+++ b/sys/powerpc/include/reg.h
@@ -26,13 +26,13 @@ struct dbreg {
/*
* XXX these interfaces are MI, so they should be declared in a MI place.
*/
-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 *);
#endif
#endif /* _POWERPC_REG_H_ */
OpenPOWER on IntegriCloud