1 /*	$NetBSD: elf_machdep.h,v 1.3 2005/12/11 12:17:29 christos 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