diff options
author | Takuya ASADA <syuu@cvs.openbsd.org> | 2009-12-28 07:18:40 +0000 |
---|---|---|
committer | Takuya ASADA <syuu@cvs.openbsd.org> | 2009-12-28 07:18:40 +0000 |
commit | 0b9a72cef0fca7a305a42ba96629b71e20267605 (patch) | |
tree | e8412f4eccb8c086a8d3d86633f7c7d780ae8c29 /sys/arch/sgi | |
parent | b2b08df5c106c5e8cac2811d8df5c66fe96004c3 (diff) |
Fix compile error caused from previous commit
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/cpu.h b/sys/arch/sgi/include/cpu.h index 56d0188192f..9bfd6a126c6 100644 --- a/sys/arch/sgi/include/cpu.h +++ b/sys/arch/sgi/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.6 2009/12/25 21:02:18 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.7 2009/12/28 07:18:39 syuu Exp $ */ /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -55,6 +55,7 @@ #endif #if !defined(_LOCORE) +struct cpu_info; void hw_cpu_boot_secondary(struct cpu_info *); void hw_cpu_hatch(struct cpu_info *); void hw_cpu_spinup_trampoline(struct cpu_info *); |