summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/reg.h')
-rw-r--r--sys/ia64/include/reg.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/ia64/include/reg.h b/sys/ia64/include/reg.h
index a12c6d5..987d248 100644
--- a/sys/ia64/include/reg.h
+++ b/sys/ia64/include/reg.h
@@ -56,19 +56,19 @@ struct dbreg {
struct thread;
-void restorehighfp __P((struct ia64_fpreg *));
-void savehighfp __P((struct ia64_fpreg *));
+void restorehighfp(struct ia64_fpreg *);
+void savehighfp(struct ia64_fpreg *);
/*
* 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