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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
amiga
/
include
/
db_machdep.h
blob
2698ee84f9bafce9a17f62cf73907cd07f0f82f3
1
/* $NetBSD: db_machdep.h,v 1.4 1994/10/26 02:06:03 cgd Exp $ */
2
3
#ifndef _MACHINE_DB_MACHDEP_H_
4
#define _MACHINE_DB_MACHDEP_H_
5
6
#include <m68k/db_machdep.h>
7
8
#define DB_ELF_SYMBOLS
9
#define DB_ELFSIZE 32
10
11
#endif