xref: /netbsd/sys/arch/evbmips/include/db_machdep.h (revision bf9ec67e)
1 /*	$NetBSD: db_machdep.h,v 1.1 2002/03/07 14:43:59 simonb Exp $	*/
2 
3 #ifndef _EBVMIPS_DB_MACHDEP_H_
4 #define _EBVMIPS_DB_MACHDEP_H_
5 
6 /* XXX: Common for all evbmips or not? */
7 #define DB_ELF_SYMBOLS
8 #define DB_ELFSIZE	32
9 
10 #include <mips/db_machdep.h>
11 
12 #endif	/* !_EBVMIPS_DB_MACHDEP_H_ */
13