6 /* Supporting routines */
7 int bedbug_puts (const char *);
9 void bedbug860_init (void);
10 void do_bedbug_breakpoint (struct pt_regs *);
11 void bedbug_main_loop (unsigned long, struct pt_regs *);
20 void (*do_break)(struct cmd_tbl *cmd, int flags, int argc,
22 void (*break_isr) (struct pt_regs *);
23 int (*find_empty) (void);
24 int (*set) (int, unsigned long);
29 #endif /* _TYPE_BEDBUG_H */