summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/reg.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-21 00:06:55 +0000
committeralfred <alfred@FreeBSD.org>2002-03-21 00:06:55 +0000
commite1ec4d77dcf9547ad4c02a371fcae1d9f176c338 (patch)
treeb248d8d0b7baa5aa9c99007bde534f84f39ee879 /sys/sparc64/include/reg.h
parentcd2525164f0b535f47c4e477375e21c30053d59e (diff)
downloadFreeBSD-src-e1ec4d77dcf9547ad4c02a371fcae1d9f176c338.zip
FreeBSD-src-e1ec4d77dcf9547ad4c02a371fcae1d9f176c338.tar.gz
Remove __P.
profile.h and bus.h were excluded because there is currently WIP. Reviewed by: tmm
Diffstat (limited to 'sys/sparc64/include/reg.h')
-rw-r--r--sys/sparc64/include/reg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/sparc64/include/reg.h b/sys/sparc64/include/reg.h
index 7fee0c4..bc861d8 100644
--- a/sys/sparc64/include/reg.h
+++ b/sys/sparc64/include/reg.h
@@ -72,13 +72,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 /* !_MACHINE_REG_H_ */
OpenPOWER on IntegriCloud