mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / modules / vmc / mcman / irx_imports.h
blob06083f104caa1b4fb3399da6b2433ef54a26bc8d
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! */
15 #include <cdvdman.h>
16 #include "cdvdman_add.h"
17 #include <intrman.h>
18 #include <ioman.h>
19 #include <loadcore.h>
20 #include <modload.h>
21 #include "modload_add.h"
22 #include <secrman.h>
23 #ifdef SIO_DEBUG
24 #include <sior.h>
25 #endif
26 #include <stdio.h>
27 #include <sysclib.h>
28 #include <timrman.h>
29 #include <thbase.h>
30 #include <thsemap.h>
32 #endif /* IOP_IRX_IMPORTS_H */