|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for iopmgr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IOPMGR_DEVTYPE_INVALID 0 |
| #define | IOPMGR_DEVTYPE_IOMAN 1 |
| #define | IOPMGR_DEVTYPE_IOMANX 2 |
| #define | IOPMGR_DEVTYPE_ALL 0xffff |
| #define | IOPMGR_MODNAME "IOP_Manager" |
| #define | IOPMGR_LIBNAME "iopmgr" |
| #define | IOPMGR_VERSION_HIGH 1 |
| #define | IOPMGR_VERSION_LOW 1 |
| #define | IOPMGR_IOMAN_IDENT "IO/File_Manager" |
| #define | IOPMGR_IOMANX_IDENT "IOX/File_Manager" |
| #define | iopmgr_IMPORTS_start DECLARE_IMPORT_TABLE(iopmgr, 1, 1) |
| #define | iopmgr_IMPORTS_end END_IMPORT_TABLE |
| #define | I_smod_get_next_mod DECLARE_IMPORT(4, smod_get_next_mod) |
| #define | I_smod_get_mod_by_name DECLARE_IMPORT(5, smod_get_mod_by_name) |
| #define | I_smod_get_modcount_by_name DECLARE_IMPORT(6, smod_get_modcount_by_name) |
| #define | I_smod_get_modversion_by_name DECLARE_IMPORT(7, smod_get_modversion_by_name) |
| #define | I_smod_unload_module DECLARE_IMPORT(8, smod_unload_module) |
| #define | I_slib_get_lib_by_name DECLARE_IMPORT(10, slib_get_lib_by_name) |
| #define | I_slib_get_exportlist_by_name DECLARE_IMPORT(11, slib_get_exportlist_by_name) |
| #define | I_slib_get_version_by_name DECLARE_IMPORT(12, slib_get_version_by_name) |
| #define | I_slib_release_library DECLARE_IMPORT(13, slib_release_library) |
| #define | I_iopmgr_get_iomandev DECLARE_IMPORT(15, iopmgr_get_iomandev) |
| #define | I_iopmgr_get_iomanxdev DECLARE_IMPORT(16, iopmgr_get_iomanxdev) |
| #define | I_iopmgr_get_device DECLARE_IMPORT(17, iopmgr_get_device) |
| #define | I_iopmgr_get_devicetype DECLARE_IMPORT(18, iopmgr_get_devicetype) |
| #define | I_iopmgr_get_devicelist DECLARE_IMPORT(19, iopmgr_get_devicelist) |
Typedefs | |
| typedef ModuleInfo_t smod_mod_info_t | __attribute__((deprecated)) |
Functions | |
| ModuleInfo_t * | smod_get_next_mod (ModuleInfo_t *cur_mod) |
| ModuleInfo_t * | smod_get_mod_by_name (const char *name) |
| int | smod_get_modcount_by_name (const char *name) |
| int | smod_get_modversion_by_name (const char *name) |
| int | smod_unload_module (const char *name) |
| iop_library_t * | slib_get_lib_by_name (const char *name) |
| void * | slib_get_exportlist_by_name (const char *name) |
| int | slib_get_version_by_name (const char *name) |
| int | slib_release_library (const char *name) |
| iop_device_t * | iopmgr_get_iomandev (char *device) |
| iop_device_t * | iopmgr_get_iomanxdev (char *device) |
| iop_device_t * | iopmgr_get_device (char *device) |
| int | iopmgr_get_devicetype (char *device) |
| int | iopmgr_get_devicelist (int man, int devtype, char *buffer) |
iop manager includes
Definition in file iopmgr.h.