diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-06-10 10:57:29 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-06-10 10:57:29 +0000 |
| commit | 897cd717a56fada7bcdb663c761885013df84a20 (patch) | |
| tree | a452ee9b49edc4a7a01b5f26baa2798217a67923 /sys/alpha/include/reg.h | |
| parent | 8c12612cf6d4265be5c54e20f768e6fd697fd1b3 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/reg.h')
| -rw-r--r-- | sys/alpha/include/reg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/alpha/include/reg.h b/sys/alpha/include/reg.h index d2d5ab9e0719..3bbc69f41eb1 100644 --- a/sys/alpha/include/reg.h +++ b/sys/alpha/include/reg.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: reg.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */ /* From: NetBSD: reg.h,v 1.3 1997/04/06 08:47:40 cgd Exp */ /* @@ -91,9 +91,10 @@ struct fpreg { u_int64_t fpr_cr; }; -#ifdef _KERNEL +#ifdef KERNEL void restorefpstate __P((struct fpreg *)); void savefpstate __P((struct fpreg *)); +void setregs __P((struct proc *, u_long, u_long)); #endif #endif /* _ALPHA_REG_H_ */ |
