27int iop_dbg_install(
void);
28int iop_dbg_remove(
void);
29IOP_ExceptionHandler *iop_dbg_get_handler(
int cause);
30IOP_ExceptionHandler *iop_dbg_set_handler(
int cause, IOP_ExceptionHandler *handler);
32u32 iop_dbg_get_dcic(
void);
33void iop_dbg_set_dcic(u32 v);
35u32 iop_dbg_get_bpc(
void);
36void iop_dbg_set_bpc(u32 v);
38u32 iop_dbg_get_bpcm(
void);
39void iop_dbg_set_bpcm(u32 v);
41u32 iop_dbg_get_bda(
void);
42void iop_dbg_set_bda(u32 v);
43u32 iop_dbg_get_bdam(
void);
44void iop_dbg_set_bdam(u32 v);
46void iop_dbg_set_bpr(u32 addr, u32 mask, u32 user_mask);
47void iop_dbg_set_bpw(u32 addr, u32 mask, u32 user_mask);
48void iop_dbg_set_bpx(u32 addr, u32 mask, u32 user_mask);
50void iop_dbg_clr_bps(
void);
51void iop_dbg_clr_bpda(
void);
52void iop_dbg_clr_bpx(
void);
54#define iopdebug_IMPORTS_start DECLARE_IMPORT_TABLE(iopdebug, 1, 1)
55#define iopdebug_IMPORTS_end END_IMPORT_TABLE
57#define I_iop_dbg_install DECLARE_IMPORT(5, iop_dbg_install)
58#define I_iop_dbg_remove DECLARE_IMPORT(6, iop_dbg_remove)
59#define I_iop_dbg_get_handler DECLARE_IMPORT(7, iop_dbg_get_handler)
60#define I_iop_dbg_set_handler DECLARE_IMPORT(8, iop_dbg_set_handler)
61#define I_iop_dbg_get_reg_frames DECLARE_IMPORT(9, iop_dbg_get_reg_frames)
62#define I_iop_dbg_get_dcic DECLARE_IMPORT(10, iop_dbg_get_dcic)
63#define I_iop_dbg_set_dcic DECLARE_IMPORT(11, iop_dbg_set_dcic)
64#define I_iop_dbg_get_bpc DECLARE_IMPORT(12, iop_dbg_get_bpc)
65#define I_iop_dbg_set_bpc DECLARE_IMPORT(13, iop_dbg_set_bpc)
66#define I_iop_dbg_get_bpcm DECLARE_IMPORT(14, iop_dbg_get_bpcm)
67#define I_iop_dbg_set_bpcm DECLARE_IMPORT(15, iop_dbg_set_bpcm)
68#define I_iop_dbg_bda DECLARE_IMPORT(16, iop_dbg_bda)
69#define I_iop_dbg_set_bda DECLARE_IMPORT(17, iop_dbg_set_bda)
70#define I_iop_dbg_bdam DECLARE_IMPORT(18, iop_dbg_bdam)
71#define I_iop_dbg_set_bdam DECLARE_IMPORT(19, iop_dbg_bdam)
72#define I_iop_dbg_set_bpr DECLARE_IMPORT(20, iop_dbg_set_bpr)
73#define I_iop_dbg_set_bpw DECLARE_IMPORT(21, iop_dbg_set_bpw)
74#define I_iop_dbg_set_bpx DECLARE_IMPORT(22, iop_dbg_bpx)
75#define I_iop_dbg_clr_bps DECLARE_IMPORT(23, iop_dbg_clr_bps)
76#define I_iop_dbg_clr_bpda DECLARE_IMPORT(24, iop_dbg_clr_bpda)
77#define I_iop_dbg_clr_bpx DECLARE_IMPORT(25, iop_dbg_clr_bpx)