Home | History | Annotate | Line # | Download | only in include
elf_machdep.h revision 1.2
      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