summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/fpu.h')
-rw-r--r--sys/arch/hppa/include/fpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/fpu.h b/sys/arch/hppa/include/fpu.h
index 18acaf53d1d..69943cba49e 100644
--- a/sys/arch/hppa/include/fpu.h
+++ b/sys/arch/hppa/include/fpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fpu.h,v 1.3 2010/07/02 00:00:45 jsing Exp $ */
+/* $OpenBSD: fpu.h,v 1.4 2011/01/08 23:02:04 deraadt Exp $ */
/*
* Copyright (c) 2010 Joel Sing <jsing@openbsd.org>
@@ -27,6 +27,8 @@ struct hppa_fpstate {
volatile struct cpu_info *hfp_cpu; /* CPU which FPU state is on. */
};
+struct proc;
+
void fpu_proc_flush(struct proc *);
void fpu_proc_save(struct proc *);
void fpu_cpu_save(int);