xref: /netbsd/sys/arch/algor/include/db_machdep.h (revision bf9ec67e)
1 /*	$NetBSD: db_machdep.h,v 1.1 2001/05/28 16:22:18 thorpej Exp $	*/
2 
3 #ifndef _ALGOR_DB_MACHDEP_H_
4 #define _ALGOR_DB_MACHDEP_H_
5 
6 #define DB_ELF_SYMBOLS
7 #define DB_ELFSIZE	32
8 
9 #include <mips/db_machdep.h>
10 
11 #endif	/* !_ALGOR_DB_MACHDEP_H_ */
12