xref: /netbsd-src/sys/arch/sun2/include/elf_machdep.h (revision 27578b9aac214cc7796ead81dcc5427e79d5f2a0)
1 /*	$NetBSD: elf_machdep.h,v 1.2 2001/06/27 19:20:22 fredette Exp $	*/
2 
3 #ifndef _MACHINE_ELF_MACHDEP_H_
4 #define _MACHINE_ELF_MACHDEP_H_
5 
6 #include <m68k/elf_machdep.h>
7 
8 #undef	ELF32_MACHDEP_ID_CASES
9 #define	ELF32_MACHDEP_ID_CASES						\
10                 case EM_68000:						\
11                         break;
12 
13 #endif
14