summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/elf.h
blob: e71a60aeb93facf694c192df53a735570b70735f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_SANDBOX_ELF_H__
#define __ASM_SANDBOX_ELF_H__

#if __SIZEOF_POINTER__ == 8
#define ELF_CLASS	ELFCLASS64
#else
#define ELF_CLASS	ELFCLASS32
#endif

#endif /* __ASM_SANDBOX_ELF_H__ */