|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for tty.c:Go to the source code of this file.
Data Structures | |
| struct | tty_packet |
| struct | tty_queue |
| struct | tinfo |
Macros | |
| #define | READ_ONCE(x) |
| #define | WRITE_ONCE(x, val) |
Functions | |
| static struct tty_packet wbuf | __attribute__ ((aligned(16))) |
| static struct tty_queue * | QueueInit () |
| static int | QueueEmpty (struct tty_queue *q) |
| static void | QueuePush (struct tty_queue *q, char c) |
| static char | QueuePop (struct tty_queue *q) |
| void | sceTtyHandler (int event, int param, void *opt) |
| int | sceTtyWrite (char *buf, int len) |
| int | sceTtyRead (char *buf, int len) |
| int | sceTtyInit () |
Variables | |
| int | ttyinit = 0 |
| struct tinfo | tinfo |
DECI2 TTY
Definition in file tty.c.
| struct tty_packet |
| struct tinfo |
| #define READ_ONCE | ( | x | ) |
| #define WRITE_ONCE | ( | x, | |
| val ) |
|
static |