xref: /netbsd-src/sys/arch/pmax/include/db_machdep.h (revision 7788a0781fe6ff2cce37368b4578a7ade0850cb1)
1 /*	$NetBSD: db_machdep.h,v 1.4 2011/04/11 04:22:31 mrg Exp $	*/
2 
3 #ifndef _PMAX_DB_MACHDEP_H_
4 #define _PMAX_DB_MACHDEP_H_
5 
6 #define DB_ELF_SYMBOLS
7 #define DB_ELFSIZE	32
8 
9 #include <mips/db_machdep.h>
10 
11 #endif	/* !_PMAX_DB_MACHDEP_H_ */
12