xref: /netbsd-src/sys/arch/pmax/include/db_machdep.h (revision 2980e352a13e8f0b545a366830c411e7a542ada8)
1 /*	$NetBSD: db_machdep.h,v 1.3 2000/01/09 15:34:42 ad 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 #define DB_AOUT_SYMBOLS
9 
10 #include <mips/db_machdep.h>
11 
12 #endif	/* !_PMAX_DB_MACHDEP_H_ */
13