RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm / cache.h
blob31332c8ac04ea0a21d184ff61db9044a094506a7
1 /*
2 * linux/include/asm-arm/cache.h
3 */
4 #ifndef __ASMARM_CACHE_H
5 #define __ASMARM_CACHE_H
7 #define L1_CACHE_SHIFT 5
8 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
10 #endif