1 1.2 simonb /* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:29 simonb Exp $ */ 2 1.1 soren 3 1.2 simonb #ifndef _COBALT_DB_MACHDEP_H_ 4 1.2 simonb #define _COBALT_DB_MACHDEP_H_ 5 1.1 soren 6 1.1 soren #define DB_ELF_SYMBOLS 7 1.1 soren #define DB_ELFSIZE 32 8 1.2 simonb 9 1.2 simonb #include <mips/db_machdep.h> 10 1.2 simonb 11 1.2 simonb #endif /* !_COBALT_DB_MACHDEP_H_ */ 12