PSPSDK 2024-10-31
Loading...
Searching...
No Matches
PspIoDrvArg Struct Reference

Structure passed to the init and exit functions of the io driver system. More...

#include <kernel/pspiofilemgr_kernel.h>

Collaboration diagram for PspIoDrvArg:

Data Fields

struct PspIoDrvdrv
 Pointer to the original driver which was added.
 
voidarg
 Pointer to a user defined argument (if written by the driver will preseve across calls.
 

Detailed Description

Structure passed to the init and exit functions of the io driver system.

Field Documentation

◆ arg

void* PspIoDrvArg::arg

Pointer to a user defined argument (if written by the driver will preseve across calls.

◆ drv

struct PspIoDrv* PspIoDrvArg::drv

Pointer to the original driver which was added.


The documentation for this struct was generated from the following file: