| 1 |
/* |
| 2 |
* irx_imports.h - Defines all IRX imports. |
| 3 |
* |
| 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 |
*/ |
| 7 |
|
| 8 |
#ifndef IOP_IRX_IMPORTS_H |
| 9 |
#define IOP_IRX_IMPORTS_H |
| 10 |
|
| 11 |
#include <irx.h> |
| 12 |
|
| 13 |
/* Please keep these in alphabetical order! */ |
| 14 |
#include <cdvdman.h> |
| 15 |
#include <intrman.h> |
| 16 |
#include <sifcmd.h> |
| 17 |
#include <stdio.h> |
| 18 |
#include <sysclib.h> |
| 19 |
#include <sysmem.h> |
| 20 |
#include <thbase.h> |
| 21 |
|
| 22 |
#endif /* IOP_IRX_IMPORTS_H */ |