PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Functions | |
int | sif2_pipe_create (u32 id, void *buf, u32 size, u32 flags, sif2_pipe_handler_t phandler) |
int | sif2_pipe_open (u32 id) |
int | sif2_pipe_close (int pd) |
int | sif2_pipe_read (int pd, void *buf, u32 size) |
int | sif2_pipe_write (int pd, void *buf, u32 size) |
Simple pipe API for SIFToo.
Definition in file pipe.c.
int sif2_pipe_create | ( | u32 | id, |
void * | buf, | ||
u32 | size, | ||
u32 | flags, | ||
sif2_pipe_handler_t | phandler ) |