Home | History | Annotate | Line # | Download | only in arm32
db_machdep.h revision 1.4
      1 /* $NetBSD: db_machdep.h,v 1.4 2007/02/22 04:38:03 matt 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, bool, db_expr_t, const char *));
      9 void db_show_frame_cmd	__P((db_expr_t, bool, db_expr_t, const char *));
     10 
     11 #endif
     12