|
PS2SDK
PS2 Homebrew Libraries
|
#include "kernel.h"
Include dependency graph for deci2.c:Go to the source code of this file.
Functions | |
| int | sceDeci2Open (unsigned short protocol, void *opt, void(*handler)(int event, int param, void *opt)) |
| int | sceDeci2Close (int s) |
| int | sceDeci2ReqSend (int s, char dest) |
| void | sceDeci2Poll (int s) |
| int | sceDeci2ExRecv (int s, void *buf, unsigned short len) |
| int | sceDeci2ExSend (int s, void *buf, unsigned short len) |
| int | sceDeci2ExReqSend (int s, char dest) |
| int | sceDeci2ExLock (int s) |
| int | sceDeci2ExUnLock (int s) |
| int | kputs (char *s) |
Variables | |
| static char | userarea [56] |
DECI2
Definition in file deci2.c.
| int sceDeci2Open | ( | unsigned short | protocol, |
| void * | opt, | ||
| void(* | handler )(int event, int param, void *opt) ) |