|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#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 } |
Common definitions for SIOR on the EE and IOP
Definition in file sior-common.h.
| #define SIOR_IRX 0xC001510 |
Definition at line 21 of file sior-common.h.
| 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.