7 extern void xmon(struct pt_regs
*excp
);
8 extern void xmon_printf(const char *fmt
, ...);
9 extern void xmon_map_scc(void);
10 extern int xmon_bpt(struct pt_regs
*regs
);
11 extern int xmon_sstep(struct pt_regs
*regs
);
12 extern int xmon_iabr_match(struct pt_regs
*regs
);
13 extern int xmon_dabr_match(struct pt_regs
*regs
);
14 extern void (*xmon_fault_handler
)(struct pt_regs
*regs
);