12 lines
239 B
C
12 lines
239 B
C
|
/* $NetBSD: db_machdep.h,v 1.1 2001/05/28 16:22:18 thorpej Exp $ */
|
||
|
|
||
|
#ifndef _ALGOR_DB_MACHDEP_H_
|
||
|
#define _ALGOR_DB_MACHDEP_H_
|
||
|
|
||
|
#define DB_ELF_SYMBOLS
|
||
|
#define DB_ELFSIZE 32
|
||
|
|
||
|
#include <mips/db_machdep.h>
|
||
|
|
||
|
#endif /* !_ALGOR_DB_MACHDEP_H_ */
|