summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/reg.h')
-rw-r--r--sys/alpha/include/reg.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/alpha/include/reg.h b/sys/alpha/include/reg.h
index d71df0a..3ea6143 100644
--- a/sys/alpha/include/reg.h
+++ b/sys/alpha/include/reg.h
@@ -108,19 +108,19 @@ struct dbreg {
};
#ifdef _KERNEL
-void restorefpstate __P((struct fpreg *));
-void savefpstate __P((struct fpreg *));
+void restorefpstate(struct fpreg *);
+void savefpstate(struct 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 /* _ALPHA_REG_H_ */
OpenPOWER on IntegriCloud