ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
libcdvd-rpc.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 
16 #ifndef __LIBCDVD_RPC_H__
17 #define __LIBCDVD_RPC_H__
18 
19 #include <tamtypes.h>
20 
21 /* S-command parameters */
22 
26  u8 inBuff[16];
27 };
28 
34 };
35 
40 };
41 
42 /* N-command parameters */
43 
47  u8 inBuff[16];
48 };
49 
54 };
55 
56 #endif /* _LIBCDVD_RPC_H_ */
u8 inBuff[16]
Definition: libcdvd-rpc.h:47
u8 inBuff[16]
Definition: libcdvd-rpc.h:26
unsigned int u32
Definition: tamtypes.h:30
unsigned short u16
Definition: tamtypes.h:24
unsigned char u8
Definition: tamtypes.h:23