PSPSDK 2024-10-31
|
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.