summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2010-06-03 15:05:53 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2010-06-03 15:05:53 +0000
commita6a27dbe8d531379fbdcf29edcc6876a92d34c55 (patch)
tree2ad62130cc983cbfcc3e28a511401959d2abbc2d /sys/arch
parent4ffb2320735484666e52e769619ed2f69e6c4f5c (diff)
Add missing function prototypes for MP kernels.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/include/cpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h
index 315478cc5b2..a7b842a0373 100644
--- a/sys/arch/hppa/include/cpu.h
+++ b/sys/arch/hppa/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.72 2010/05/21 15:24:29 jsing Exp $ */
+/* $OpenBSD: cpu.h,v 1.73 2010/06/03 15:05:52 jsing Exp $ */
/*
* Copyright (c) 2000-2004 Michael Shalayeff
@@ -234,6 +234,8 @@ int cpu_dump(void);
#ifdef MULTIPROCESSOR
void cpu_boot_secondary_processors(void);
+void cpu_hw_init(void);
+void cpu_hatch(void);
#endif
#endif