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

Go to the source code of this file.

Data Structures

struct  siorInitArgs
 
struct  siorReadArgs
 
struct  siorWriteArgs
 
union  siorCommsData
 

Macros

#define SIOR_IRX   0xC001510
 

Enumerations

enum  {
  SIOR_INIT = 1 ,
  SIOR_PUTC ,
  SIOR_GETC ,
  SIOR_GETCBLOCK ,
  SIOR_WRITE ,
  SIOR_READ ,
  SIOR_PUTS ,
  SIOR_PUTSN ,
  SIOR_GETS ,
  SIOR_FLUSH
}
 

Detailed Description

Common definitions for SIOR on the EE and IOP

Definition in file sior-common.h.

Macro Definition Documentation

◆ SIOR_IRX

#define SIOR_IRX   0xC001510

Definition at line 21 of file sior-common.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SIOR_INIT 
SIOR_PUTC 
SIOR_GETC 
SIOR_GETCBLOCK 
SIOR_WRITE 
SIOR_READ 
SIOR_PUTS 
SIOR_PUTSN 
SIOR_GETS 
SIOR_FLUSH 

Definition at line 23 of file sior-common.h.

23  {
24  SIOR_INIT = 1,
25  SIOR_PUTC,
26  SIOR_GETC,
28  SIOR_WRITE,
29  SIOR_READ,
30  SIOR_PUTS,
31  SIOR_PUTSN,
32  SIOR_GETS,
34 };
@ SIOR_INIT
Definition: sior-common.h:24
@ SIOR_PUTS
Definition: sior-common.h:30
@ SIOR_WRITE
Definition: sior-common.h:28
@ SIOR_GETC
Definition: sior-common.h:26
@ SIOR_FLUSH
Definition: sior-common.h:33
@ SIOR_READ
Definition: sior-common.h:29
@ SIOR_GETCBLOCK
Definition: sior-common.h:27
@ SIOR_PUTSN
Definition: sior-common.h:31
@ SIOR_PUTC
Definition: sior-common.h:25
@ SIOR_GETS
Definition: sior-common.h:32