ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
internal.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void _CdSemaInit (void)
 
void _CdGenericCallbackFunction (void *funcNum)
 
int _CdSyncS (int mode)
 

Variables

int CdDebug
 
volatile int CdCallbackNum
 
volatile int cbSema
 
int CdThreadId
 
ee_thread_status_t CdThreadParam
 
int bindNCmd
 
int bindSCmd
 
int nCmdSemaId
 
int sCmdSemaId
 
int nCmdNum
 
u8 sCmdRecvBuff []
 
u8 nCmdRecvBuff []
 

Detailed Description

Function definitions for libcdvd (EE side calls to the iop module cdvdfsv).

NOTE: These functions will work with the CDVDMAN/CDVDFSV or XCDVDMAN/XCDVDFSV modules stored in rom0.

NOTE: not all functions work with each set of modules!

Definition in file internal.h.

Function Documentation

◆ _CdGenericCallbackFunction()

void _CdGenericCallbackFunction ( void *  funcNum)

◆ _CdSemaInit()

void _CdSemaInit ( void  )

◆ _CdSyncS()

int _CdSyncS ( int  mode)

Variable Documentation

◆ bindNCmd

int bindNCmd
extern

◆ bindSCmd

int bindSCmd
extern

◆ cbSema

volatile int cbSema
extern

◆ CdCallbackNum

volatile int CdCallbackNum
extern

◆ CdDebug

int CdDebug
extern

◆ CdThreadId

int CdThreadId
extern

◆ CdThreadParam

ee_thread_status_t CdThreadParam
extern

◆ nCmdNum

int nCmdNum
extern

◆ nCmdRecvBuff

u8 nCmdRecvBuff[]
extern

◆ nCmdSemaId

int nCmdSemaId
extern

◆ sCmdRecvBuff

u8 sCmdRecvBuff[]
extern

◆ sCmdSemaId

int sCmdSemaId
extern