summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-08 23:02:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-08 23:02:05 +0000
commitb288d2afa17ee27c1afe9739aac0d45a71f0c621 (patch)
tree244ece5f7043a94208e231ef5bc81060f62f9618 /sys/arch/hppa
parent8ab086c231d218370b1fd6cdace765671f71d625 (diff)
forward decl struct proc
Diffstat (limited to 'sys/arch/hppa')
-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);