pspsdk-1.0+beta2
PspIoDrvArg Struct Reference

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

#include <src/kernel/pspiofilemgr_kernel.h>

Collaboration diagram for PspIoDrvArg:

Data Fields

struct PspIoDrvdrv
 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.

Detailed Description

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

Field Documentation

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.


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