1 /* $NetBSD: elf_machdep.h,v 1.1 2001/02/09 18:35:26 uch Exp $ */ 2 3 /* Windows CE architecture */ 4 #define ELFSIZE 32 5 6 #ifdef MIPS 7 #include "../../../../hpcmips/include/elf_machdep.h" 8 #endif 9 #ifdef SHx 10 #include "../../../../hpcsh/include/elf_machdep.h" 11 #endif 12 #ifdef ARM 13 #include "../../../../arm/include/elf_machdep.h" 14 #endif 15