Home | History | Annotate | Line # | Download | only in arm32
db_machdep.h revision 1.1
      1 /* $NetBSD: db_machdep.h,v 1.1 2002/01/05 22:41:48 chris 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, char *));
      9 void db_show_frame_cmd	__P((db_expr_t, int, db_expr_t, char *));
     10 
     11 #endif
     12