Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[sfrench/cifs-2.6.git] / arch / arc / include / asm / elf.h
index aa2d6da9d187be21b1f38ac116f40941bb5dc39d..2b80c184c9c85221f486c7ea89a6d82aedd3a2ba 100644 (file)
 #define __ASM_ARC_ELF_H
 
 #include <linux/types.h>
+#include <linux/elf-em.h>
 #include <uapi/asm/elf.h>
 
-/* These ELF defines belong to uapi but libc elf.h already defines them */
-#define EM_ARCOMPACT           93
-
-#define EM_ARCV2               195     /* ARCv2 Cores */
-
 #define EM_ARC_INUSE           (IS_ENABLED(CONFIG_ISA_ARCOMPACT) ? \
                                        EM_ARCOMPACT : EM_ARCV2)