summaryrefslogtreecommitdiffstats
path: root/sys/sys/fbio.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 04:42:17 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 04:42:17 +0000
commit1f5dfa1be240017a7a4d938578b9a01ce1082391 (patch)
tree503b5194bb3f101dcab5d49f27345f4dbb655a87 /sys/sys/fbio.h
parent4141aa7be2695cd9b6bfd9884de4fdddcb1ebced (diff)
downloadFreeBSD-src-1f5dfa1be240017a7a4d938578b9a01ce1082391.zip
FreeBSD-src-1f5dfa1be240017a7a4d938578b9a01ce1082391.tar.gz
Made them all idempotent.
Reviewed by: Submitted by:
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 c1c4385..b38522f 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
OpenPOWER on IntegriCloud