Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/include #ifndef _M68K_CACHEOPS_H_ - #endif.
details: https://anonhg.NetBSD.org/src/rev/3171fa9bb3ee
branches: trunk
changeset: 476648:3171fa9bb3ee
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Sep 23 15:10:18 1999 +0000
description:
#ifndef _M68K_CACHEOPS_H_ - #endif.
diffstat:
sys/arch/m68k/include/cacheops.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 9e7a8f193469 -r 3171fa9bb3ee sys/arch/m68k/include/cacheops.h
--- a/sys/arch/m68k/include/cacheops.h Thu Sep 23 15:06:37 1999 +0000
+++ b/sys/arch/m68k/include/cacheops.h Thu Sep 23 15:10:18 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cacheops.h,v 1.3 1998/09/02 11:16:31 leo Exp $ */
+/* $NetBSD: cacheops.h,v 1.4 1999/09/23 15:10:18 minoura Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -36,6 +36,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef _M68K_CACHEOPS_H_
+#define _M68K_CACHEOPS_H_
+
#if notyet /* XXX */
#include <machine/cpuconf.h>
#endif
@@ -170,3 +173,5 @@
#endif /* defined(M68040)||defined(M68060) */
#endif
+
+#endif /* _M68K_CACHEOPS_H_ */
Home |
Main Index |
Thread Index |
Old Index