Home | History | Annotate | Line # | Download | only in arm32
db_machdep.h revision 1.1.4.2
      1  1.1.4.2  nathanw /* $NetBSD: db_machdep.h,v 1.1.4.2 2002/01/11 23:38:04 nathanw Exp $ */
      2  1.1.4.2  nathanw 
      3  1.1.4.2  nathanw #ifndef _ARM32_DB_MACHDEP_H_
      4  1.1.4.2  nathanw #define _ARM32_DB_MACHDEP_H_
      5  1.1.4.2  nathanw 
      6  1.1.4.2  nathanw #include <arm/db_machdep.h>
      7  1.1.4.2  nathanw 
      8  1.1.4.2  nathanw void db_show_panic_cmd	__P((db_expr_t, int, db_expr_t, char *));
      9  1.1.4.2  nathanw void db_show_frame_cmd	__P((db_expr_t, int, db_expr_t, char *));
     10  1.1.4.2  nathanw 
     11  1.1.4.2  nathanw #endif
     12