mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / modules / debug / ioptrap / exports.tab
blob1ab692e0bb62688607f0ce206e8c616c16ecb2e7
1 DECLARE_EXPORT_TABLE(ioptrap, 1, 1)
2         DECLARE_EXPORT(_start)
3         DECLARE_EXPORT(_retonly)
4         DECLARE_EXPORT(shutdown)
5         DECLARE_EXPORT(_retonly)
6         
7         DECLARE_EXPORT(get_exception_name)
8 /*05*/  DECLARE_EXPORT(dbg_setjmp)
9         DECLARE_EXPORT(set_exception_handler)
10         DECLARE_EXPORT(get_exception_handler)
11         DECLARE_EXPORT(set_dba)
12         DECLARE_EXPORT(set_dbam)
13 /*10*/  DECLARE_EXPORT(set_dcic)
14         DECLARE_EXPORT(get_dba)
15         DECLARE_EXPORT(get_dbam)
16         DECLARE_EXPORT(get_dcic)
17         
18 END_EXPORT_TABLE
20 void _retonly() {}