Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
81a6a5cdd2c5cd70874b88afe524ab09e9e869af
/
.
/
include
/
asm-x86
/
a.out.h
blob: 5bc9b1d3b227142a191d84d68e63a2fbdce343ee [
file
] [
log
] [
blame
]
#ifdef
__KERNEL__
# ifdef CONFIG_X86_32
# include "a.out_32.h"
# else
# include "a.out_64.h"
# endif
#else
# ifdef __i386__
# include "a.out_32.h"
# else
# include "a.out_64.h"
# endif
#endif