xref: /netbsd-src/sys/arch/arm/include/arm32/db_machdep.h (revision 274254cdae52594c1aa480a736aef78313d15c9c)
1 /* $NetBSD: db_machdep.h,v 1.5 2009/03/14 14:45:55 dsl Exp $ */
2 
3 #ifndef _ARM32_DB_MACHDEP_H_
4 #define _ARM32_DB_MACHDEP_H_
5 
6 #include <arm/db_machdep.h>
7 
8 void db_show_panic_cmd(db_expr_t, bool, db_expr_t, const char *);
9 void db_show_frame_cmd(db_expr_t, bool, db_expr_t, const char *);
10 
11 #endif
12