12 lines
249 B
C
12 lines
249 B
C
/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:30 simonb Exp $ */
|
|
|
|
#ifndef _HPCMIPS_DB_MACHDEP_H_
|
|
#define _HPCMIPS_DB_MACHDEP_H_
|
|
|
|
#define DB_ELF_SYMBOLS
|
|
#define DB_ELFSIZE 32
|
|
|
|
#include <mips/db_machdep.h>
|
|
|
|
#endif /* !_HPCMIPS_DB_MACHDEP_H_ */
|