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

Go to the source code of this file.

Macros

#define rmman_IMPORTS_start   DECLARE_IMPORT_TABLE(rmman, 1, 1)
 
#define rmman_IMPORTS_end   END_IMPORT_TABLE
 
#define I_rmmanInit   DECLARE_IMPORT(4, rmmanInit)
 
#define I_rmmanOpen   DECLARE_IMPORT(5, rmmanOpen)
 
#define I_rmmanClose   DECLARE_IMPORT(6, rmmanClose)
 
#define I_rmmanEnd   DECLARE_IMPORT(7, rmmanEnd)
 

Functions

int rmmanInit (void)
 
int rmmanOpen (int port, int slot, void *buffer)
 
int rmmanClose (int port, int slot)
 
int rmmanEnd (void)
 

Detailed Description

RMMAN definitions

Definition in file rmman.h.

Macro Definition Documentation

◆ rmman_IMPORTS_start

#define rmman_IMPORTS_start   DECLARE_IMPORT_TABLE(rmman, 1, 1)

Definition at line 28 of file rmman.h.

◆ rmman_IMPORTS_end

#define rmman_IMPORTS_end   END_IMPORT_TABLE

Definition at line 29 of file rmman.h.

◆ I_rmmanInit

#define I_rmmanInit   DECLARE_IMPORT(4, rmmanInit)

Definition at line 31 of file rmman.h.

◆ I_rmmanOpen

#define I_rmmanOpen   DECLARE_IMPORT(5, rmmanOpen)

Definition at line 32 of file rmman.h.

◆ I_rmmanClose

#define I_rmmanClose   DECLARE_IMPORT(6, rmmanClose)

Definition at line 33 of file rmman.h.

◆ I_rmmanEnd

#define I_rmmanEnd   DECLARE_IMPORT(7, rmmanEnd)

Definition at line 34 of file rmman.h.

Function Documentation

◆ rmmanInit()

int rmmanInit ( void )
extern

Definition at line 173 of file rmman.c.

◆ rmmanOpen()

int rmmanOpen ( int port,
int slot,
void * buffer )
extern

Definition at line 205 of file rmman.c.

◆ rmmanClose()

int rmmanClose ( int port,
int slot )
extern

Definition at line 255 of file rmman.c.

◆ rmmanEnd()

int rmmanEnd ( void )
extern

Definition at line 298 of file rmman.c.