PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
rsio2man.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
17#ifndef __RSIO2MAN_H__
18#define __RSIO2MAN_H__
19
20#define NO_XSIO2MAN_IMPORTS
21#include <xsio2man.h>
22#undef NO_XSIO2MAN_IMPORTS
23
24void sio2_rm_transfer_init(void);
25void sio2_unk_transfer_init(void);
26
27#define rsio2man_IMPORTS_start DECLARE_IMPORT_TABLE(sio2man, 2, 3)
28#define rsio2man_IMPORTS_end END_IMPORT_TABLE
29
30#define I_sio2_transfer_reset DECLARE_IMPORT(26, sio2_transfer_reset)
31#define I_sio2_mtap_transfer_init DECLARE_IMPORT(48, sio2_mtap_transfer_init)
32#define I_sio2_rm_transfer_init DECLARE_IMPORT(49, sio2_rm_transfer_init)
33#define I_sio2_unk_transfer_init DECLARE_IMPORT(50, sio2_unk_transfer_init)
34#define I_sio2_transfer2 DECLARE_IMPORT(51, sio2_transfer2)
35#define I_sio2_transfer_reset2 DECLARE_IMPORT(52, sio2_transfer_reset2)
36#define I_sio2_mtap_change_slot_set DECLARE_IMPORT(53, sio2_mtap_change_slot_set)
37#define I_sio2_mtap_get_slot_max_set DECLARE_IMPORT(54, sio2_mtap_get_slot_max_set)
38#define I_sio2_mtap_get_slot_max2_set DECLARE_IMPORT(55, sio2_mtap_get_slot_max2_set)
39#define I_sio2_mtap_update_slots_set DECLARE_IMPORT(56, sio2_mtap_update_slots_set)
40#define I_sio2_mtap_change_slot DECLARE_IMPORT(57, sio2_mtap_change_slot)
41#define I_sio2_mtap_get_slot_max DECLARE_IMPORT(58, sio2_mtap_get_slot_max)
42#define I_sio2_mtap_get_slot_max2 DECLARE_IMPORT(59, sio2_mtap_get_slot_max2)
43#define I_sio2_mtap_update_slots DECLARE_IMPORT(60, sio2_mtap_update_slots)
44
45#endif /* __RSIO2MAN_H__ */