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