NetBSD/sys/arch/acorn26/include/db_machdep.h

16 lines
518 B
C

/* $NetBSD: db_machdep.h,v 1.6 2007/02/23 09:49:48 he 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, bool, db_expr_t, const char *));
void db_show_frame_cmd __P((db_expr_t, bool, db_expr_t, const char *));
void db_bus_write_cmd __P((db_expr_t, bool, db_expr_t, const char *));
void db_irqstat_cmd __P((db_expr_t, bool, db_expr_t, const char *));
extern volatile bool db_validating, db_faulted;