db_machdep.h revision 1.5
1/*	$NetBSD: db_machdep.h,v 1.5 2001/08/15 01:29:29 mhitch 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
12