blob: 823a9ecb370ce3c02e8552fc798fa043b343f957 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $NetBSD: elf_machdep.h,v 1.3 2005/12/11 12:17:29 christos Exp $ */
/* Windows CE architecture */
#define ELFSIZE 32
#ifdef MIPS
#include "../../../../hpcmips/include/elf_machdep.h"
#endif
#ifdef SHx
#include "../../../../hpcsh/include/elf_machdep.h"
#endif
#ifdef ARM
#include "../../../../arm/include/elf_machdep.h"
#endif
|