aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/fbio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/fbio.h')
-rw-r--r--sys/sys/fbio.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h
index c1c4385adf41..b38522f57f3c 100644
--- a/sys/sys/fbio.h
+++ b/sys/sys/fbio.h
@@ -36,9 +36,12 @@
*
* @(#)fbio.h 8.2 (Berkeley) 10/30/93
*
- * $Id$
+ * $Id: fbio.h,v 1.2 1994/08/02 07:52:56 davidg Exp $
*/
+#ifndef _SYS_FBIO_H_
+#define _SYS_FBIO_H_
+
/*
* Frame buffer ioctls (from Sprite, trimmed to essentials for X11).
*/
@@ -184,3 +187,5 @@ struct fbcursor {
/* get maximum cursor size */
#define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
+
+#endif