| 1 |
/* |
| 2 |
* irx_imports.h - Defines all IRX imports. |
| 3 |
* |
| 4 |
* Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org> |
| 5 |
* |
| 6 |
* See the file LICENSE included with this distribution for licensing terms. |
| 7 |
*/ |
| 8 |
|
| 9 |
#ifndef IOP_IRX_IMPORTS_H |
| 10 |
#define IOP_IRX_IMPORTS_H |
| 11 |
|
| 12 |
#include "irx.h" |
| 13 |
|
| 14 |
|
| 15 |
/* Please keep these in alphabetical order! */ |
| 16 |
#if 0 /* EEUG: WHY ? */ |
| 17 |
#include "cdvdman.h" |
| 18 |
#endif |
| 19 |
#include "intrman.h" |
| 20 |
#include "ioman.h" |
| 21 |
#include "loadcore.h" |
| 22 |
#include "ps2ip.h" |
| 23 |
#include "sifcmd.h" |
| 24 |
#include "stdio.h" |
| 25 |
#include "sysclib.h" |
| 26 |
#include "thbase.h" |
| 27 |
#include "thsemap.h" |
| 28 |
|
| 29 |
#endif /* IOP_IRX_IMPORTS_H */ |