NetBSD/sys/arch/acorn26/include/db_machdep.h
bjh21 1de4f40a8a Rename NetBSD/arm26 to NetBSD/acorn26, so that the two Acorn/ARM ports have
matching names.  This commit might include some private hacks that have been
lurking in my tree a while.  They're all harmless, and this reduces the number
of gratuitous diffs I have to deal with.
2002-03-24 15:45:29 +00:00

14 lines
444 B
C

/* $NetBSD: db_machdep.h,v 1.1 2002/03/24 15:46:55 bjh21 Exp $ */
#include <arm/db_machdep.h>
/* acorn26 uses ELF */
#undef DB_AOUT_SYMBOLS
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
void db_show_panic_cmd __P((db_expr_t, int, db_expr_t, char *));
void db_show_frame_cmd __P((db_expr_t, int, db_expr_t, char *));
void db_bus_write_cmd __P((db_expr_t, int, db_expr_t, char *));
void db_irqstat_cmd __P((db_expr_t, int, db_expr_t, char *));