summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2000-11-26 06:03:24 +0000
committersimonb <simonb@NetBSD.org>2000-11-26 06:03:24 +0000
commitd76cf8b502e4f59ebd7dbba8357196941f7b4f06 (patch)
treee94630710d34adc9862688d9148558647acedf1c /sys/dev
parent6ec13b9d738f8b008513c8618d16ee166f56f894 (diff)
Add multiple include detection - all userland installed headers are now
safe.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/wscons/wsdisplay_usl_io.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsdisplay_usl_io.h b/sys/dev/wscons/wsdisplay_usl_io.h
index 5b8657167b2..7ff8ba898ec 100644
--- a/sys/dev/wscons/wsdisplay_usl_io.h
+++ b/sys/dev/wscons/wsdisplay_usl_io.h
@@ -1,4 +1,7 @@
-/* $NetBSD: wsdisplay_usl_io.h,v 1.1 1998/06/11 22:00:04 drochner Exp $ */
+/* $NetBSD: wsdisplay_usl_io.h,v 1.2 2000/11/26 06:03:24 simonb Exp $ */
+
+#ifndef _DEV_WSCONS_WSDISPLAY_USL_IO_H_
+#define _DEV_WSCONS_WSDISPLAY_USL_IO_H_
#define VT_OPENQRY _IOR('v', 1, int)
#define VT_SETMODE _IOW('v', 2, vtmode_t)
@@ -80,3 +83,5 @@ struct pcvtid {
/* syscons compatibility */
#define CONS_GETVERS _IOR('c', 74, int)
+
+#endif /* _DEV_WSCONS_WSDISPLAY_USL_IO_H_ */