Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e496e3d645c93206faf61ff6005995ebd08cc39c
/
.
/
arch
/
sparc
/
include
/
asm
/
mostek.h
blob: 433be3e0a69b375d057ae4a424ab61c806703b59 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_MOSTEK_H
#define
___ASM_SPARC_MOSTEK_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/mostek_64.h>
#else
#include
<asm/mostek_32.h>
#endif
#endif