1 1.3 christos /* $NetBSD: elf_machdep.h,v 1.3 2005/12/11 12:17:29 christos Exp $ */ 2 1.1 uch 3 1.1 uch /* Windows CE architecture */ 4 1.2 uch #define ELFSIZE 32 5 1.1 uch 6 1.1 uch #ifdef MIPS 7 1.1 uch #include "../../../../hpcmips/include/elf_machdep.h" 8 1.1 uch #endif 9 1.1 uch #ifdef SHx 10 1.1 uch #include "../../../../hpcsh/include/elf_machdep.h" 11 1.1 uch #endif 12 1.1 uch #ifdef ARM 13 1.1 uch #include "../../../../arm/include/elf_machdep.h" 14 1.1 uch #endif 15