PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
xsio2man.h File Reference
#include <sio2man.h>
+ Include dependency graph for xsio2man.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define xsio2man_IMPORTS_start   DECLARE_IMPORT_TABLE(sio2man, 1, 2)
 
#define xsio2man_IMPORTS_end   END_IMPORT_TABLE
 
#define I_sio2_transfer_reset   DECLARE_IMPORT(26, sio2_transfer_reset)
 
#define I_sio2_mtap_transfer_init   DECLARE_IMPORT(48, sio2_mtap_transfer_init)
 
#define I_sio2_transfer2   DECLARE_IMPORT(49, sio2_transfer2)
 
#define I_sio2_transfer_reset2   DECLARE_IMPORT(50, sio2_transfer_reset2)
 
#define I_sio2_mtap_change_slot_set   DECLARE_IMPORT(51, sio2_mtap_change_slot_set)
 
#define I_sio2_mtap_get_slot_max_set   DECLARE_IMPORT(52, sio2_mtap_get_slot_max_set)
 
#define I_sio2_mtap_get_slot_max2_set   DECLARE_IMPORT(53, sio2_mtap_get_slot_max2_set)
 
#define I_sio2_mtap_update_slots_set   DECLARE_IMPORT(54, sio2_mtap_update_slots_set)
 
#define I_sio2_mtap_change_slot   DECLARE_IMPORT(55, sio2_mtap_change_slot)
 
#define I_sio2_mtap_get_slot_max   DECLARE_IMPORT(56, sio2_mtap_get_slot_max)
 
#define I_sio2_mtap_get_slot_max2   DECLARE_IMPORT(57, sio2_mtap_get_slot_max2)
 
#define I_sio2_mtap_update_slots   DECLARE_IMPORT(58, sio2_mtap_update_slots)
 

Typedefs

typedef int(* sio2_mtap_change_slot_cb_t) (s32 *status)
 
typedef int(* sio2_mtap_get_slot_max_cb_t) (int port)
 
typedef int(* sio2_mtap_get_slot_max2_cb_t) (int port)
 
typedef void(* sio2_mtap_update_slots_t) (void)
 

Functions

void sio2_transfer_reset (void)
 
void sio2_mtap_transfer_init (void)
 
int sio2_transfer2 (sio2_transfer_data_t *td)
 
void sio2_transfer_reset2 (void)
 
void sio2_mtap_change_slot_set (sio2_mtap_change_slot_cb_t cb)
 
void sio2_mtap_get_slot_max_set (sio2_mtap_get_slot_max_cb_t cb)
 
void sio2_mtap_get_slot_max2_set (sio2_mtap_get_slot_max2_cb_t cb)
 
void sio2_mtap_update_slots_set (sio2_mtap_update_slots_t cb)
 
int sio2_mtap_change_slot (s32 *arg)
 
int sio2_mtap_get_slot_max (int port)
 
int sio2_mtap_get_slot_max2 (int port)
 
void sio2_mtap_update_slots (void)
 

Detailed Description

rom0:XSIO2MAN module definitions

Definition in file xsio2man.h.

Macro Definition Documentation

◆ xsio2man_IMPORTS_start

#define xsio2man_IMPORTS_start   DECLARE_IMPORT_TABLE(sio2man, 1, 2)

Definition at line 43 of file xsio2man.h.

◆ xsio2man_IMPORTS_end

#define xsio2man_IMPORTS_end   END_IMPORT_TABLE

Definition at line 44 of file xsio2man.h.

◆ I_sio2_transfer_reset

#define I_sio2_transfer_reset   DECLARE_IMPORT(26, sio2_transfer_reset)

Definition at line 47 of file xsio2man.h.

◆ I_sio2_mtap_transfer_init

#define I_sio2_mtap_transfer_init   DECLARE_IMPORT(48, sio2_mtap_transfer_init)

Definition at line 48 of file xsio2man.h.

◆ I_sio2_transfer2

#define I_sio2_transfer2   DECLARE_IMPORT(49, sio2_transfer2)

Definition at line 49 of file xsio2man.h.

◆ I_sio2_transfer_reset2

#define I_sio2_transfer_reset2   DECLARE_IMPORT(50, sio2_transfer_reset2)

Definition at line 50 of file xsio2man.h.

◆ I_sio2_mtap_change_slot_set

#define I_sio2_mtap_change_slot_set   DECLARE_IMPORT(51, sio2_mtap_change_slot_set)

Definition at line 51 of file xsio2man.h.

◆ I_sio2_mtap_get_slot_max_set

#define I_sio2_mtap_get_slot_max_set   DECLARE_IMPORT(52, sio2_mtap_get_slot_max_set)

Definition at line 52 of file xsio2man.h.

◆ I_sio2_mtap_get_slot_max2_set

#define I_sio2_mtap_get_slot_max2_set   DECLARE_IMPORT(53, sio2_mtap_get_slot_max2_set)

Definition at line 53 of file xsio2man.h.

◆ I_sio2_mtap_update_slots_set

#define I_sio2_mtap_update_slots_set   DECLARE_IMPORT(54, sio2_mtap_update_slots_set)

Definition at line 54 of file xsio2man.h.

◆ I_sio2_mtap_change_slot

#define I_sio2_mtap_change_slot   DECLARE_IMPORT(55, sio2_mtap_change_slot)

Definition at line 55 of file xsio2man.h.

◆ I_sio2_mtap_get_slot_max

#define I_sio2_mtap_get_slot_max   DECLARE_IMPORT(56, sio2_mtap_get_slot_max)

Definition at line 56 of file xsio2man.h.

◆ I_sio2_mtap_get_slot_max2

#define I_sio2_mtap_get_slot_max2   DECLARE_IMPORT(57, sio2_mtap_get_slot_max2)

Definition at line 57 of file xsio2man.h.

◆ I_sio2_mtap_update_slots

#define I_sio2_mtap_update_slots   DECLARE_IMPORT(58, sio2_mtap_update_slots)

Definition at line 58 of file xsio2man.h.

Typedef Documentation

◆ sio2_mtap_change_slot_cb_t

typedef int(* sio2_mtap_change_slot_cb_t) (s32 *status)

Definition at line 25 of file xsio2man.h.

◆ sio2_mtap_get_slot_max_cb_t

typedef int(* sio2_mtap_get_slot_max_cb_t) (int port)

Definition at line 26 of file xsio2man.h.

◆ sio2_mtap_get_slot_max2_cb_t

typedef int(* sio2_mtap_get_slot_max2_cb_t) (int port)

Definition at line 27 of file xsio2man.h.

◆ sio2_mtap_update_slots_t

typedef void(* sio2_mtap_update_slots_t) (void)

Definition at line 28 of file xsio2man.h.