Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
a110343f0d6d41f68b7cf8c00b57a3172c67f816
/
.
/
include
/
asm-sparc
/
cacheflush.h
blob: 2b6a37957c2da803739a7e0a71779ea264f2b5d4 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_CACHEFLUSH_H
#define
___ASM_SPARC_CACHEFLUSH_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/cacheflush_64.h>
#else
#include
<asm-sparc/cacheflush_32.h>
#endif
#endif