xref: /netbsd-src/sys/arch/mvme68k/include/db_machdep.h (revision 7cc2f76925f078d01ddc9e640a98f4ccfc9f8c3b)
1 /*	$NetBSD: db_machdep.h,v 1.2 2000/12/02 13:57:05 scw Exp $	*/
2 
3 /* Just use the common m68k definition */
4 #include <m68k/db_machdep.h>
5 
6 #undef DB_AOUT_SYMBOLS
7 #define DB_ELF_SYMBOLS
8 #define DB_ELFSIZE 32
9