blob: 399965ece18da5e7675a5accc44a6547798edef4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $NetBSD: db_machdep.h,v 1.3 2017/11/06 03:47:46 christos Exp $ */
#ifndef _MACHINE_DB_MACHDEP_H_
#define _MACHINE_DB_MACHDEP_H_
#include <m68k/db_machdep.h>
#define DB_ELF_SYMBOLS
#endif
|