|
PSPSDK 2025-10-12
|
Structure passed to the init and exit functions of the io driver system. More...
#include <kernel/pspiofilemgr_kernel.h>

Data Fields | |
| struct PspIoDrv * | drv |
| Pointer to the original driver which was added. | |
| void * | arg |
| Pointer to a user defined argument (if written by the driver will preseve across calls. | |
Structure passed to the init and exit functions of the io driver system.
| void* PspIoDrvArg::arg |
Pointer to a user defined argument (if written by the driver will preseve across calls.
| struct PspIoDrv* PspIoDrvArg::drv |
Pointer to the original driver which was added.