xref: /netbsd-src/sys/arch/hpc/stand/include/machine/elf_machdep.h (revision 81e0d2b0af8485d94ed5da487d4253841a2e6e45)
1 /*	$NetBSD: elf_machdep.h,v 1.2 2004/08/06 18:33:09 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