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

#include <kernel/pspiofilemgr_kernel.h>

Collaboration diagram for PspIoDrv:

Data Fields

const charname
 The name of the device to add.
 
u32 dev_type
 Device type, this 0x10 is for a filesystem driver.
 
u32 unk2
 Unknown, set to 0x800.
 
const charname2
 This seems to be the same as name but capitalised :/.
 
PspIoDrvFuncsfuncs
 Pointer to a filled out functions table.
 

Field Documentation

◆ dev_type

u32 PspIoDrv::dev_type

Device type, this 0x10 is for a filesystem driver.

◆ funcs

PspIoDrvFuncs* PspIoDrv::funcs

Pointer to a filled out functions table.

◆ name

const char* PspIoDrv::name

The name of the device to add.

◆ name2

const char* PspIoDrv::name2

This seems to be the same as name but capitalised :/.

◆ unk2

u32 PspIoDrv::unk2

Unknown, set to 0x800.


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