mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader/simon.git] / modules / mcemu / irx_imports.h
blobf74ee74cfa52e9448527ad01dff9b1ac089eaf37
1 /*
2 * irx_imports.h - Defines all IRX imports.
4 * NB: inapplicable old copyright claim to this material removed, as that
5 * NB: claim would only relate to the old material created by that author
6 */
8 #ifndef IOP_IRX_IMPORTS_H
9 #define IOP_IRX_IMPORTS_H
11 #include <irx.h>
13 /* Please keep these in alphabetical order! */
14 #include <dmacman.h>
15 #include <ioman.h>
16 #include <intrman.h>
17 #include <loadcore.h>
18 #include <sifcmd.h>
19 #include <sifman.h>
20 #include <stdio.h>
21 #include <sysclib.h>
22 #include <sysmem.h>
23 #include <thbase.h>
24 #include <thsemap.h>
26 #include "mcemu_utils.h"
28 #endif /* IOP_IRX_IMPORTS_H */