summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/kcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/kcore.h')
-rw-r--r--sys/arch/powerpc/include/kcore.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/include/kcore.h b/sys/arch/powerpc/include/kcore.h
index cf947ae0fc8..a85d9390d51 100644
--- a/sys/arch/powerpc/include/kcore.h
+++ b/sys/arch/powerpc/include/kcore.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kcore.h,v 1.2 1996/12/28 06:25:15 rahnds Exp $ */
+/* $OpenBSD: kcore.h,v 1.3 2001/09/01 15:49:05 drahn Exp $ */
/* $NetBSD: kcore.h,v 1.1 1996/09/30 16:34:26 ws Exp $ */
/*-
@@ -32,8 +32,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _MACHINE_KCORE_H_
-#define _MACHINE_KCORE_H_
+#ifndef _POWERPC_KCORE_H_
+#define _POWERPC_KCORE_H_
#define NPHYS_RAM_SEGS 4
@@ -43,4 +43,4 @@ typedef struct cpu_kcore_hdr {
phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS];
} cpu_kcore_hdr_t;
-#endif /* _MACHINE_KCORE_H_ */
+#endif /* _POWERPC_KCORE_H_ */