repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
pmax
/
include
/
db_machdep.h
blob
050d57386d9dd503d1ee1f999c6468e7eea2314f
1
/* $NetBSD: db_machdep.h,v 1.2 1999/03/23 22:07:07 simonb 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_ */