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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
sys
/
arch
/
evbmips
/
include
/
db_machdep.h
blob
42db414c8ab05da10a67a93d7c171e7c21838792
1
/* $NetBSD: db_machdep.h,v 1.3 2000/01/09 15:34:42 ad Exp $ */
2
3
#ifndef _EBVMIPS_DB_MACHDEP_H_
4
#define _EBVMIPS_DB_MACHDEP_H_
5
6
/* XXX: Common for all evbmips or not? */
7
#define DB_ELF_SYMBOLS
8
#define DB_ELFSIZE 32
9
10
#include <mips/db_machdep.h>
11
12
#endif
/* !_EBVMIPS_DB_MACHDEP_H_ */