summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-11-16 20:56:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-11-16 20:56:02 +0000
commit1a4037cd5699e92e9598faf58c5c04b34296c9f3 (patch)
tree3ffc1200670ecba61e0e5f1faa79d987cdfe1a57 /sys/arch/hppa
parent2a39fa558a41be222975f333acfd00c4db42fed5 (diff)
oops, need a prototype for ast()
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/hppa/trap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c
index bcefe5e5b5d..c3b63237568 100644
--- a/sys/arch/hppa/hppa/trap.c
+++ b/sys/arch/hppa/hppa/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.120 2011/11/16 20:50:18 deraadt Exp $ */
+/* $OpenBSD: trap.c,v 1.121 2011/11/16 20:56:01 deraadt Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -63,6 +63,8 @@ int pcxs_unaligned(u_int opcode, vaddr_t va);
void ss_clear_breakpoints(struct proc *p);
#endif
+void ast(struct proc *);
+
/* single-step breakpoint */
#define SSBREAKPOINT (HPPA_BREAK_KERNEL | (HPPA_BREAK_SS << 13))