PS2SDK
PS2 Homebrew Libraries
secrman.h File Reference
#include <types.h>
#include <irx.h>
#include <sio2man.h>
#include <libsecr-common.h>
+ Include dependency graph for secrman.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define secrman_IMPORTS_start   DECLARE_IMPORT_TABLE(secrman, 1, 4)
 
#define secrman_IMPORTS_end   END_IMPORT_TABLE
 
#define I_SecrSetMcCommandHandler   DECLARE_IMPORT(4, SecrSetMcCommandHandler)
 
#define I_SecrSetMcDevIDHandler   DECLARE_IMPORT(5, SecrSetMcDevIDHandler)
 
#define I_SecrAuthCard   DECLARE_IMPORT(6, SecrAuthCard)
 
#define I_SecrResetAuthCard   DECLARE_IMPORT(7, SecrResetAuthCard)
 
#define I_SecrCardBootHeader   DECLARE_IMPORT(8, SecrCardBootHeader)
 
#define I_SecrCardBootBlock   DECLARE_IMPORT(9, SecrCardBootBlock)
 
#define I_SecrCardBootFile   DECLARE_IMPORT(10, SecrCardBootFile)
 
#define I_SecrDiskBootHeader   DECLARE_IMPORT(11, SecrDiskBootHeader)
 
#define I_SecrDiskBootBlock   DECLARE_IMPORT(12, SecrDiskBootBlock)
 
#define I_SecrDiskBootFile   DECLARE_IMPORT(13, SecrDiskBootFile)
 
#define I_SecrDownloadHeader   DECLARE_IMPORT(14, SecrDownloadHeader)
 
#define I_SecrDownloadBlock   DECLARE_IMPORT(15, SecrDownloadBlock)
 
#define I_SecrDownloadFile   DECLARE_IMPORT(16, SecrDownloadFile)
 
#define I_SecrDownloadGetKbit   DECLARE_IMPORT(17, SecrDownloadGetKbit)
 
#define I_SecrDownloadGetKc   DECLARE_IMPORT(18, SecrDownloadGetKc)
 
#define I_SecrDownloadGetICVPS2   DECLARE_IMPORT(19, SecrDownloadGetICVPS2)
 
#define I_SecrAuthDongle   DECLARE_IMPORT(20, SecrAuthDongle)
 

Typedefs

typedef int(* McCommandHandler_t) (int port, int slot, sio2_transfer_data_t *sio2_trans_data)
 
typedef int(* McDevIDHandler_t) (int port, int slot)
 

Functions

void SecrSetMcCommandHandler (McCommandHandler_t handler)
 
void SecrSetMcDevIDHandler (McDevIDHandler_t handler)
 
int SecrAuthCard (int port, int slot, int cnum)
 
int SecrAuthDongle (int port, int slot, int cnum)
 
void SecrResetAuthCard (int port, int slot, int cnum)
 

Detailed Description

Definitions and imports for secrman module.

Definition in file secrman.h.