Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/include Protect against multiple inclusion.



details:   https://anonhg.NetBSD.org/src/rev/47f2b8b96a3e
branches:  trunk
changeset: 486663:47f2b8b96a3e
user:      scw <scw%NetBSD.org@localhost>
date:      Sat May 27 14:45:36 2000 +0000

description:
Protect against multiple inclusion.

diffstat:

 sys/arch/mvme68k/include/cpu.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 0f9cb3669419 -r 47f2b8b96a3e sys/arch/mvme68k/include/cpu.h
--- a/sys/arch/mvme68k/include/cpu.h    Sat May 27 14:25:00 2000 +0000
+++ b/sys/arch/mvme68k/include/cpu.h    Sat May 27 14:45:36 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.15 2000/05/27 14:25:00 scw Exp $     */
+/*     $NetBSD: cpu.h,v 1.16 2000/05/27 14:45:36 scw Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -42,6 +42,9 @@
  *     @(#)cpu.h       8.4 (Berkeley) 1/5/94
  */
 
+#ifndef _MACHINE_CPU_H_
+#define _MACHINE_CPU_H_
+
 /*
  * Exported definitions unique to mvme68k/68k cpu support.
  */
@@ -223,3 +226,5 @@
 #define        IIOPOFF(pa)     ((u_int)(pa) - intiobase_phys)
 
 #endif /* _KERNEL */
+
+#endif /* _MACHINE_CPU_H_ */



Home | Main Index | Thread Index | Old Index