PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
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
24{
25 u16 cmdNum;
26 u16 inBuffSize;
27 u8 inBuff[16];
28};
29
31{
32 u8 arg1;
33 u8 arg2;
34 u8 shift;
35 u8 pad;
36};
37
39{
40 u32 address;
41 u16 value;
42 u16 pad;
43};
44
45/* N-command parameters */
46
48{
49 u16 cmdNum;
50 u16 inBuffSize;
51 u8 inBuff[16];
52};
53
55{
56 u32 arg1;
57 u32 arg2;
58 u32 command;
59};
60
61#endif /* _LIBCDVD_RPC_H_ */