Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / hpc / stand / include / machine / elf_machdep.h
bloba27f15a6af0c212d30532ee020eae70a92341f05
1 /* $NetBSD: elf_machdep.h,v 1.1.26.3 2004/09/21 13:15:59 skrll Exp $ */
3 /* Windows CE architecture */
4 #define ELFSIZE 32
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