xref: /netbsd-src/sys/arch/arm/include/arm32/db_machdep.h (revision aaf4ece63a859a04e37cf3a7229b5fab0157cc06)
1 /* $NetBSD: db_machdep.h,v 1.3 2005/12/11 12:16:47 christos 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	__P((db_expr_t, int, db_expr_t, const char *));
9 void db_show_frame_cmd	__P((db_expr_t, int, db_expr_t, const char *));
10 
11 #endif
12