xref: /netbsd-src/sys/arch/hp300/include/db_machdep.h (revision d710132b4b8ce7f7cccaaf660cb16aa16b4077a0)
1 /*	$NetBSD: db_machdep.h,v 1.3 2001/01/02 04:28:38 simonb 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