mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 05:59:13 -04:00
12 lines
232 B
C
12 lines
232 B
C
/* $NetBSD: db_machdep.h,v 1.4 2011/04/11 04:22:31 mrg Exp $ */
|
|
|
|
#ifndef _PMAX_DB_MACHDEP_H_
|
|
#define _PMAX_DB_MACHDEP_H_
|
|
|
|
#define DB_ELF_SYMBOLS
|
|
#define DB_ELFSIZE 32
|
|
|
|
#include <mips/db_machdep.h>
|
|
|
|
#endif /* !_PMAX_DB_MACHDEP_H_ */
|