PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
sifcmd.h File Reference
#include <types.h>
#include <irx.h>
#include <sifcmd-common.h>
#include <sifrpc-common.h>
+ Include dependency graph for sifcmd.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define sifcmd_IMPORTS_start   DECLARE_IMPORT_TABLE(sifcmd, 1, 1)
 
#define sifcmd_IMPORTS_end   END_IMPORT_TABLE
 
#define I_sceSifInitCmd   DECLARE_IMPORT(4, sceSifInitCmd)
 
#define I_sceSifExitCmd   DECLARE_IMPORT(5, sceSifExitCmd)
 
#define I_sceSifGetSreg   DECLARE_IMPORT(6, sceSifGetSreg)
 
#define I_sceSifSetSreg   DECLARE_IMPORT(7, sceSifSetSreg)
 
#define I_sceSifSetCmdBuffer   DECLARE_IMPORT(8, sceSifSetCmdBuffer)
 
#define I_sceSifSetSysCmdBuffer   DECLARE_IMPORT(9, sceSifSetSysCmdBuffer)
 
#define I_sceSifAddCmdHandler   DECLARE_IMPORT(10, sceSifAddCmdHandler)
 
#define I_sceSifRemoveCmdHandler   DECLARE_IMPORT(11, sceSifRemoveCmdHandler)
 
#define I_sceSifSendCmd   DECLARE_IMPORT(12, sceSifSendCmd)
 
#define I_isceSifSendCmd   DECLARE_IMPORT(13, isceSifSendCmd)
 
#define I_sceSifInitRpc   DECLARE_IMPORT(14, sceSifInitRpc)
 
#define I_sceSifBindRpc   DECLARE_IMPORT(15, sceSifBindRpc)
 
#define I_sceSifCallRpc   DECLARE_IMPORT(16, sceSifCallRpc)
 
#define I_sceSifRegisterRpc   DECLARE_IMPORT(17, sceSifRegisterRpc)
 
#define I_sceSifCheckStatRpc   DECLARE_IMPORT(18, sceSifCheckStatRpc)
 
#define I_sceSifSetRpcQueue   DECLARE_IMPORT(19, sceSifSetRpcQueue)
 
#define I_sceSifGetNextRequest   DECLARE_IMPORT(20, sceSifGetNextRequest)
 
#define I_sceSifExecRequest   DECLARE_IMPORT(21, sceSifExecRequest)
 
#define I_sceSifRpcLoop   DECLARE_IMPORT(22, sceSifRpcLoop)
 
#define I_sceSifGetOtherData   DECLARE_IMPORT(23, sceSifGetOtherData)
 
#define I_sceSifRemoveRpc   DECLARE_IMPORT(24, sceSifRemoveRpc)
 
#define I_sceSifRemoveRpcQueue   DECLARE_IMPORT(25, sceSifRemoveRpcQueue)
 
#define I_sceSifSetSif1CB   DECLARE_IMPORT(26, sceSifSetSif1CB)
 
#define I_sceSifClearSif1CB   DECLARE_IMPORT(27, sceSifClearSif1CB)
 
#define I_sceSifSendCmdIntr   DECLARE_IMPORT(28, sceSifSendCmdIntr)
 
#define I_isceSifSendCmdIntr   DECLARE_IMPORT(29, isceSifSendCmdIntr)
 

Detailed Description

SIF CMD and RPC.

Definition in file sifcmd.h.

Macro Definition Documentation

◆ sifcmd_IMPORTS_start

#define sifcmd_IMPORTS_start   DECLARE_IMPORT_TABLE(sifcmd, 1, 1)

Definition at line 25 of file sifcmd.h.

◆ sifcmd_IMPORTS_end

#define sifcmd_IMPORTS_end   END_IMPORT_TABLE

Definition at line 26 of file sifcmd.h.

◆ I_sceSifInitCmd

#define I_sceSifInitCmd   DECLARE_IMPORT(4, sceSifInitCmd)

Definition at line 28 of file sifcmd.h.

◆ I_sceSifExitCmd

#define I_sceSifExitCmd   DECLARE_IMPORT(5, sceSifExitCmd)

Definition at line 29 of file sifcmd.h.

◆ I_sceSifGetSreg

#define I_sceSifGetSreg   DECLARE_IMPORT(6, sceSifGetSreg)

Definition at line 30 of file sifcmd.h.

◆ I_sceSifSetSreg

#define I_sceSifSetSreg   DECLARE_IMPORT(7, sceSifSetSreg)

Definition at line 31 of file sifcmd.h.

◆ I_sceSifSetCmdBuffer

#define I_sceSifSetCmdBuffer   DECLARE_IMPORT(8, sceSifSetCmdBuffer)

Definition at line 32 of file sifcmd.h.

◆ I_sceSifSetSysCmdBuffer

#define I_sceSifSetSysCmdBuffer   DECLARE_IMPORT(9, sceSifSetSysCmdBuffer)

Definition at line 33 of file sifcmd.h.

◆ I_sceSifAddCmdHandler

#define I_sceSifAddCmdHandler   DECLARE_IMPORT(10, sceSifAddCmdHandler)

Definition at line 34 of file sifcmd.h.

◆ I_sceSifRemoveCmdHandler

#define I_sceSifRemoveCmdHandler   DECLARE_IMPORT(11, sceSifRemoveCmdHandler)

Definition at line 35 of file sifcmd.h.

◆ I_sceSifSendCmd

#define I_sceSifSendCmd   DECLARE_IMPORT(12, sceSifSendCmd)

Definition at line 36 of file sifcmd.h.

◆ I_isceSifSendCmd

#define I_isceSifSendCmd   DECLARE_IMPORT(13, isceSifSendCmd)

Definition at line 37 of file sifcmd.h.

◆ I_sceSifInitRpc

#define I_sceSifInitRpc   DECLARE_IMPORT(14, sceSifInitRpc)

Definition at line 38 of file sifcmd.h.

◆ I_sceSifBindRpc

#define I_sceSifBindRpc   DECLARE_IMPORT(15, sceSifBindRpc)

Definition at line 39 of file sifcmd.h.

◆ I_sceSifCallRpc

#define I_sceSifCallRpc   DECLARE_IMPORT(16, sceSifCallRpc)

Definition at line 40 of file sifcmd.h.

◆ I_sceSifRegisterRpc

#define I_sceSifRegisterRpc   DECLARE_IMPORT(17, sceSifRegisterRpc)

Definition at line 41 of file sifcmd.h.

◆ I_sceSifCheckStatRpc

#define I_sceSifCheckStatRpc   DECLARE_IMPORT(18, sceSifCheckStatRpc)

Definition at line 42 of file sifcmd.h.

◆ I_sceSifSetRpcQueue

#define I_sceSifSetRpcQueue   DECLARE_IMPORT(19, sceSifSetRpcQueue)

Definition at line 43 of file sifcmd.h.

◆ I_sceSifGetNextRequest

#define I_sceSifGetNextRequest   DECLARE_IMPORT(20, sceSifGetNextRequest)

Definition at line 44 of file sifcmd.h.

◆ I_sceSifExecRequest

#define I_sceSifExecRequest   DECLARE_IMPORT(21, sceSifExecRequest)

Definition at line 45 of file sifcmd.h.

◆ I_sceSifRpcLoop

#define I_sceSifRpcLoop   DECLARE_IMPORT(22, sceSifRpcLoop)

Definition at line 46 of file sifcmd.h.

◆ I_sceSifGetOtherData

#define I_sceSifGetOtherData   DECLARE_IMPORT(23, sceSifGetOtherData)

Definition at line 47 of file sifcmd.h.

◆ I_sceSifRemoveRpc

#define I_sceSifRemoveRpc   DECLARE_IMPORT(24, sceSifRemoveRpc)

Definition at line 48 of file sifcmd.h.

◆ I_sceSifRemoveRpcQueue

#define I_sceSifRemoveRpcQueue   DECLARE_IMPORT(25, sceSifRemoveRpcQueue)

Definition at line 49 of file sifcmd.h.

◆ I_sceSifSetSif1CB

#define I_sceSifSetSif1CB   DECLARE_IMPORT(26, sceSifSetSif1CB)

Definition at line 50 of file sifcmd.h.

◆ I_sceSifClearSif1CB

#define I_sceSifClearSif1CB   DECLARE_IMPORT(27, sceSifClearSif1CB)

Definition at line 51 of file sifcmd.h.

◆ I_sceSifSendCmdIntr

#define I_sceSifSendCmdIntr   DECLARE_IMPORT(28, sceSifSendCmdIntr)

Definition at line 52 of file sifcmd.h.

◆ I_isceSifSendCmdIntr

#define I_isceSifSendCmdIntr   DECLARE_IMPORT(29, isceSifSendCmdIntr)

Definition at line 53 of file sifcmd.h.