1 1.1 uch /* $NetBSD: elf_machdep.h,v 1.1 2001/02/09 18:35:26 uch Exp $ */ 2 1.1 uch 3 1.1 uch /* Windows CE architecture */ 4 1.1 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