Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
837b41b5de356aa67abb2cadb5eef3efc7776f91
/
.
/
include
/
asm-sparc
/
tlb.h
blob: a821057327c4994d34544d87c9aab549b40971c0 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_TLB_H
#define
___ASM_SPARC_TLB_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/tlb_64.h>
#else
#include
<asm-sparc/tlb_32.h>
#endif
#endif