db_machdep.h revision 1.2
11.2Ssimonb/*	$NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:31 simonb Exp $	*/
21.1Ssoren
31.2Ssimonb#ifndef _SGIMIPS_DB_MACHDEP_H_
41.2Ssimonb#define _SGIMIPS_DB_MACHDEP_H_
51.1Ssoren
61.1Ssoren#define DB_ELF_SYMBOLS
71.1Ssoren#define DB_ELFSIZE	32
81.2Ssimonb
91.2Ssimonb#include <mips/db_machdep.h>
101.2Ssimonb
111.2Ssimonb#endif	/* !_SGIMIPS_DB_MACHDEP_H_ */
12