Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ed9b3e3379731e9f9d2f73f3d7fd9e7d2ce3df4a
/
.
/
arch
/
sh
/
include
/
asm
/
unistd.h
blob: 65be656ead7d037a03476ce335b6aec7d90049bd [
file
] [
log
] [
blame
]
#ifdef
__KERNEL__
# ifdef CONFIG_SUPERH32
# include "unistd_32.h"
# else
# include "unistd_64.h"
# endif
#else
# ifdef __SH5__
# include "unistd_64.h"
# else
# include "unistd_32.h"
# endif
#endif