ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
internal.h
Go to the documentation of this file.
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
7
# Licenced under Academic Free License version 2.0
8
# Review ps2sdk README & LICENSE files for further details.
9
*/
10
21
#ifndef _LIBCDVD_INTERNAL_H_
22
#define _LIBCDVD_INTERNAL_H_
23
24
extern
int
CdDebug
;
25
26
extern
volatile
int
CdCallbackNum
;
27
extern
volatile
int
cbSema
;
28
29
extern
int
CdThreadId
;
30
extern
ee_thread_status_t
CdThreadParam
;
31
32
extern
int
bindNCmd
;
33
extern
int
bindSCmd
;
34
35
extern
int
nCmdSemaId
;
36
extern
int
sCmdSemaId
;
37
38
extern
int
nCmdNum
;
39
40
extern
u8
sCmdRecvBuff
[];
41
extern
u8
nCmdRecvBuff
[];
42
43
#ifdef __cplusplus
44
extern
"C"
{
45
#endif
46
47
void
_CdSemaInit
(
void
);
48
void
_CdGenericCallbackFunction
(
void
*funcNum);
49
int
_CdSyncS
(
int
mode
);
50
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif
// _LIBCDVD_INTERNAL_H_
56
nCmdRecvBuff
u8 nCmdRecvBuff[]
sCmdSemaId
int sCmdSemaId
_CdSemaInit
void _CdSemaInit(void)
_CdGenericCallbackFunction
void _CdGenericCallbackFunction(void *funcNum)
cbSema
volatile int cbSema
CdDebug
int CdDebug
bindNCmd
int bindNCmd
sCmdRecvBuff
u8 sCmdRecvBuff[]
CdCallbackNum
volatile int CdCallbackNum
nCmdNum
int nCmdNum
nCmdSemaId
int nCmdSemaId
CdThreadParam
ee_thread_status_t CdThreadParam
CdThreadId
int CdThreadId
_CdSyncS
int _CdSyncS(int mode)
bindSCmd
int bindSCmd
mode
s32 mode
Definition:
rpc_client.c:15
ee_thread_status_t
Definition:
kernel.h:253
u8
unsigned char u8
Definition:
tamtypes.h:23
ee
rpc
cdvd
src
internal.h
Generated on Thu Feb 11 2021 11:42:22 for ps2sdk by
1.9.2