Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
95ca0dc603ab58f3e4c5a1c23f675bd1f5b5fef3
/
.
/
include
/
asm-arm
/
cache.h
blob: 31332c8ac04ea0a21d184ff61db9044a094506a7 [
file
] [
log
] [
blame
]
/*
* 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