mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
15 lines
330 B
C
15 lines
330 B
C
/* $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
|