Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
iwamatsu
/
linux-stable
/
b3008f65500fd9350ac45988de66f4dd5249604c
/
.
/
include
/
asm-arm
/
cache.h
blob: 31332c8ac04ea0a21d184ff61db9044a094506a7 [
file
]
/*
* linux/include/asm-arm/cache.h
*/
#ifndef
__ASMARM_CACHE_H
#define
__ASMARM_CACHE_H
#define
L1_CACHE_SHIFT
5
#define
L1_CACHE_BYTES
(
1
<<
L1_CACHE_SHIFT
)
#endif