diff options
author | Wolfgang Denk <wd@denx.de> | 2008-03-26 00:44:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-26 00:44:52 +0100 |
commit | 6525489323e5ab88cda947b4bc5a228ee624a75c (patch) | |
tree | e45dfb8d991928b9dad0e663f6d8a399bbe59d4e /include/asm-mips/cachectl.h | |
parent | 08e94432300e48624de6f9533412836cf852abae (diff) | |
parent | 8a773983957ee6c4aa344469b742f29c7d26afbd (diff) | |
download | u-boot-imx-6525489323e5ab88cda947b4bc5a228ee624a75c.zip u-boot-imx-6525489323e5ab88cda947b4bc5a228ee624a75c.tar.gz u-boot-imx-6525489323e5ab88cda947b4bc5a228ee624a75c.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Diffstat (limited to 'include/asm-mips/cachectl.h')
-rw-r--r-- | include/asm-mips/cachectl.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/asm-mips/cachectl.h b/include/asm-mips/cachectl.h index 9cc2b87..f3ce721 100644 --- a/include/asm-mips/cachectl.h +++ b/include/asm-mips/cachectl.h @@ -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 */ |