summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/nexus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/nexus.h')
-rw-r--r--sys/arch/vax/include/nexus.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/vax/include/nexus.h b/sys/arch/vax/include/nexus.h
index 9586ae7f41b..7f65fcae77d 100644
--- a/sys/arch/vax/include/nexus.h
+++ b/sys/arch/vax/include/nexus.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nexus.h,v 1.5 1995/11/12 14:37:22 ragge Exp $ */
+/* $NetBSD: nexus.h,v 1.6 1995/12/13 18:55:27 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -35,6 +35,8 @@
* @(#)nexus.h 7.3 (Berkeley) 5/9/91
*/
+#ifndef _VAX_NEXUS_H_
+#define _VAX_NEXUS_H_
/*
* Information about nexus's.
*
@@ -174,3 +176,5 @@ extern caddr_t *nex_vec;
#ifndef ASSEMBLER
struct nexus *nexus;
#endif
+
+#endif /* _VAX_NEXUS_H_ */