···3344#include <asm/hwcap.h>5566-#ifndef __ASSEMBLY__76/*87 * ELF register definitions..98 */···1617typedef elf_greg_t elf_gregset_t[ELF_NGREG];17181819typedef struct user_fp elf_fpregset_t;1919-#endif20202121#define EM_ARM 402222#define EF_ARM_APCS26 0x08···3941#endif4042#define ELF_ARCH EM_ARM41434242-#ifndef __ASSEMBLY__4344/*4445 * This yields a string that ld.so will use to load implementation4546 * specific libraries for optimization. This is more specific in···5659#define ELF_PLATFORM (elf_platform)57605861extern char elf_platform[];5959-#endif60626163/*6264 * This is used to ensure we don't load something for the wrong architecture.