ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
libsecr-common.h File Reference
#include <tamtypes.h>
+ Include dependency graph for libsecr-common.h:

Go to the source code of this file.

Data Structures

struct  SecrBitBlockData_t
 
struct  SecrBitTableHeader_t
 
struct  SecrBitTable_t
 
struct  SecrKELFHeader_t
 

Functions

int SecrCardBootHeader (int port, int slot, void *buffer, SecrBitTable_t *BitTable, s32 *pSize)
 
int SecrCardBootBlock (void *src, void *dst, unsigned int size)
 
void * SecrCardBootFile (int port, int slot, void *buffer)
 
int SecrDiskBootHeader (void *buffer, SecrBitTable_t *BitTable, s32 *pSize)
 
int SecrDiskBootBlock (void *src, void *dst, unsigned int size)
 
void * SecrDiskBootFile (void *buffer)
 
int SecrDownloadHeader (int port, int slot, void *buffer, SecrBitTable_t *BitTable, s32 *pSize)
 
int SecrDownloadBlock (void *src, unsigned int size)
 
void * SecrDownloadFile (int port, int slot, void *buffer)
 
int SecrDownloadGetKbit (int port, int slot, void *kbit)
 
int SecrDownloadGetKc (int port, int slot, void *kbit)
 
int SecrDownloadGetICVPS2 (void *icvps2)
 

Detailed Description

Definitions and imports for secrman module.

Definition in file libsecr-common.h.

Function Documentation

◆ SecrCardBootBlock()

int SecrCardBootBlock ( void *  src,
void *  dst,
unsigned int  size 
)

◆ SecrCardBootFile()

void* SecrCardBootFile ( int  port,
int  slot,
void *  buffer 
)

◆ SecrCardBootHeader()

int SecrCardBootHeader ( int  port,
int  slot,
void *  buffer,
SecrBitTable_t BitTable,
s32 pSize 
)

◆ SecrDiskBootBlock()

int SecrDiskBootBlock ( void *  src,
void *  dst,
unsigned int  size 
)

◆ SecrDiskBootFile()

void* SecrDiskBootFile ( void *  buffer)

◆ SecrDiskBootHeader()

int SecrDiskBootHeader ( void *  buffer,
SecrBitTable_t BitTable,
s32 pSize 
)

◆ SecrDownloadBlock()

int SecrDownloadBlock ( void *  src,
unsigned int  size 
)

◆ SecrDownloadFile()

void* SecrDownloadFile ( int  port,
int  slot,
void *  buffer 
)

◆ SecrDownloadGetICVPS2()

int SecrDownloadGetICVPS2 ( void *  icvps2)

◆ SecrDownloadGetKbit()

int SecrDownloadGetKbit ( int  port,
int  slot,
void *  kbit 
)

◆ SecrDownloadGetKc()

int SecrDownloadGetKc ( int  port,
int  slot,
void *  kbit 
)

◆ SecrDownloadHeader()

int SecrDownloadHeader ( int  port,
int  slot,
void *  buffer,
SecrBitTable_t BitTable,
s32 pSize 
)