]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/asm-mips/cachectl.h
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / include / asm-mips / cachectl.h
index 9cc2b87215c430f1c62ff9e2dd9c6765767f4584..f3ce721861d3859a2624669c1928cf4a91c1ca2f 100755 (executable)
@@ -1,10 +1,12 @@
 /*
- * cachectl.h -- defines for MIPS cache control system calls
+ * 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) 1994, 1995, 1996 by Ralf Baechle
  */
-#ifndef        __ASM_MIPS_CACHECTL
-#define        __ASM_MIPS_CACHECTL
+#ifndef        _ASM_CACHECTL
+#define        _ASM_CACHECTL
 
 /*
  * Options for cacheflush system call
@@ -21,4 +23,4 @@
 #define CACHEABLE      0       /* make pages cacheable */
 #define UNCACHEABLE    1       /* make pages uncacheable */
 
-#endif /* __ASM_MIPS_CACHECTL */
+#endif /* _ASM_CACHECTL */