diff options
author | Max Lingua | 2008-07-20 01:30:47 +0000 |
---|---|---|
committer | Max Lingua | 2008-07-20 01:30:47 +0000 |
commit | 282cb3c0df70153c3dcc93ab93b5ce2bb02eb88c (patch) | |
tree | d6f86be1740e9b60b1238b358cbb18dbe5fbcbd3 /backends/platform/ps2/iop/rpckbd/src/irx_imports.h | |
parent | 4ab211f6732afb445e8f0e579b9e07b7fbfaa644 (diff) | |
download | scummvm-rg350-282cb3c0df70153c3dcc93ab93b5ce2bb02eb88c.tar.gz scummvm-rg350-282cb3c0df70153c3dcc93ab93b5ce2bb02eb88c.tar.bz2 scummvm-rg350-282cb3c0df70153c3dcc93ab93b5ce2bb02eb88c.zip |
1. Re-added "rpckbd" as in 0.11.0
2. Committed only its source, you will need to do a make inside its folder
before being able to compile our beloved PlayStation2 backend.
Enjoy,
-max
svn-id: r33115
Diffstat (limited to 'backends/platform/ps2/iop/rpckbd/src/irx_imports.h')
-rw-r--r-- | backends/platform/ps2/iop/rpckbd/src/irx_imports.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/backends/platform/ps2/iop/rpckbd/src/irx_imports.h b/backends/platform/ps2/iop/rpckbd/src/irx_imports.h new file mode 100644 index 0000000000..6ecc8e5864 --- /dev/null +++ b/backends/platform/ps2/iop/rpckbd/src/irx_imports.h @@ -0,0 +1,35 @@ +/* +# _____ ___ ____ ___ ____ +# ____| | ____| | | |____| +# | ___| |____ ___| ____| | \ PS2DEV Open Source Project. +#----------------------------------------------------------------------- +# Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org> +# Licenced under Academic Free License version 2.0 +# Review ps2sdk README & LICENSE files for further details. +# +# $Id$ +# Defines all IRX imports. +*/ + +#ifndef IOP_IRX_IMPORTS_H +#define IOP_IRX_IMPORTS_H + +#include "irx.h" + +/* Please keep these in alphabetical order! */ +#include "dmacman.h" +#include "intrman.h" +#include "libsd.h" +#include "loadcore.h" +#include "sifcmd.h" +#include "stdio.h" +#include "sysclib.h" +#include "sysmem.h" +#include "thbase.h" +#include "thevent.h" +#include "thmsgbx.h" +#include "thsemap.h" +#include "usbd.h" +#include "vblank.h" + +#endif /* IOP_IRX_IMPORTS_H */ |