summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/gfx.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-19 22:56:31 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-19 22:56:31 +0000
commit8a1ae5514bf9f793282ea5a61254f7fbb3a5ec3e (patch)
tree317452d53b8f901052d08c7ebbce07e85839bb43 /include/asm-mips/gfx.h
parent794ff4dc959a8dfef4f704ef6a5bb7334e421623 (diff)
MIPS 64, day 2.
Diffstat (limited to 'include/asm-mips/gfx.h')
-rw-r--r--include/asm-mips/gfx.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/asm-mips/gfx.h b/include/asm-mips/gfx.h
index c76c3c2a2..7cda7a69f 100644
--- a/include/asm-mips/gfx.h
+++ b/include/asm-mips/gfx.h
@@ -1,4 +1,9 @@
-/*
+/* $Id$
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
* This is the user-visible SGI GFX interface.
*
* This must be used verbatim into the GNU libc. It does not include
@@ -6,6 +11,8 @@
*
* miguel@nuclecu.unam.mx
*/
+#ifndef _ASM_GFX_H
+#define _ASM_GFX_H
/* The iocls, yes, they do not make sense, but such is life */
#define GFX_BASE 100
@@ -45,3 +52,5 @@ extern void remove_mapping (struct task_struct *, unsigned long, unsigned long);
extern void *vmalloc_uncached (unsigned long size);
extern int vmap_page_range (unsigned long from, unsigned long size, unsigned long vaddr);
#endif
+
+#endif /* _ASM_GFX_H */