X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fcache.h;h=9b4dd6d8212ea0fcc48f32836c4a2f654140927d;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=62b2f50fb20b7a454ad3cb0ed86f4ad89f1a4880;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-sh/cache.h b/include/asm-sh/cache.h index 62b2f50fb..9b4dd6d82 100644 --- a/include/asm-sh/cache.h +++ b/include/asm-sh/cache.h @@ -1,4 +1,4 @@ -/* $Id: cache.h,v 1.5 2003/07/16 04:08:29 lethal Exp $ +/* $Id: cache.h,v 1.6 2004/03/11 18:08:05 lethal Exp $ * * include/asm-sh/cache.h * @@ -7,6 +7,7 @@ */ #ifndef __ASM_SH_CACHE_H #define __ASM_SH_CACHE_H +#ifdef __KERNEL__ #include #include @@ -43,5 +44,5 @@ extern void __flush_purge_region(void *start, int size); /* Flush (invalidate only) a region (smaller than a page) */ extern void __flush_invalidate_region(void *start, int size); +#endif /* __KERNEL__ */ #endif /* __ASM_SH_CACHE_H */ -