/* # _____ ___ ____ ___ ____ # ____| | ____| | | |____| # | ___| |____ ___| ____| | \ PS2DEV Open Source Project. #----------------------------------------------------------------------- # Copyright (c) 2003 Marcus R. Brown # 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 */