summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/gcc
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-12-01 18:15:41 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-12-01 18:15:41 +0000
commit367fc3ca45c48bc977ba7575008cb8776cc347b5 (patch)
tree7f29c802d7de7e6ea0169bb42969ded38b35415e /include/asm-mips/gcc
parentb2e9037d31163560b17c6932e39cff025d793725 (diff)
Move <sgidefs.h> to <asm/gcc/sgidefs.h>.
Diffstat (limited to 'include/asm-mips/gcc')
-rw-r--r--include/asm-mips/gcc/sgidefs.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/asm-mips/gcc/sgidefs.h b/include/asm-mips/gcc/sgidefs.h
new file mode 100644
index 000000000..05994371a
--- /dev/null
+++ b/include/asm-mips/gcc/sgidefs.h
@@ -0,0 +1,17 @@
+/*
+ * include/sgidefs.h
+ *
+ * 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.
+ *
+ * Copyright (C) 1996 by Ralf Baechle
+ *
+ * This file is here to satisfy GCC's expectations.
+ */
+#ifndef __SGIDEFS_H
+#define __SGIDEFS_H
+
+#include <asm/sgidefs.h>
+
+#endif /* __SGIDEFS_H */