Home | History | Annotate | Line # | Download | only in arm32
db_machdep.h revision 1.9
      1  1.9   matt /* $NetBSD: db_machdep.h,v 1.9 2014/03/28 21:54:12 matt Exp $ */
      2  1.1  chris 
      3  1.1  chris #ifndef _ARM32_DB_MACHDEP_H_
      4  1.1  chris #define _ARM32_DB_MACHDEP_H_
      5  1.1  chris 
      6  1.1  chris #include <arm/db_machdep.h>
      7  1.1  chris 
      8  1.5    dsl void db_show_frame_cmd(db_expr_t, bool, db_expr_t, const char *);
      9  1.6   matt void db_show_fault_cmd(db_expr_t, bool, db_expr_t, const char *);
     10  1.8   matt #ifdef _KERNEL
     11  1.8   matt void db_show_tlb_cmd(db_expr_t, bool, db_expr_t, const char *);
     12  1.8   matt #endif
     13  1.9   matt #if defined(_KERNEL) && defined(MULTIPROCESSOR)
     14  1.9   matt void db_switch_cpu_cmd(db_expr_t, bool, db_expr_t, const char *);
     15  1.9   matt #endif
     16  1.1  chris 
     17  1.1  chris #endif
     18