|
Nugget
|
#include "openbios/tty/tty.h"#include <stddef.h>#include <stdint.h>#include "common/hardware/hwregs.h"#include "common/hardware/util.h"#include "common/psxlibc/circularbuffer.h"#include "common/psxlibc/ioctl.h"#include "common/psxlibc/stdio.h"#include "common/syscalls/syscalls.h"#include "openbios/kernel/libcmisc.h"
Macros | |
| #define | DEFAULT_TTY_INSTALL 0 |
Functions | |
| int | addConsoleDevice () |
| int | addDummyConsoleDevice () |
| void | dev_tty_init () |
| int | dev_tty_open (struct File *file, const char *filename, int mode) |
| int | dev_tty_action (struct File *file, enum FileAction action) |
| int | dev_tty_ioctl (struct File *file, int req, int arg) |
Variables | |
| int | g_cachedInstallTTY |
| int | g_installTTY = DEFAULT_TTY_INSTALL |
| #define DEFAULT_TTY_INSTALL 0 |
| int addConsoleDevice | ( | ) |
| int addDummyConsoleDevice | ( | ) |
| int dev_tty_action | ( | struct File * | file, |
| enum FileAction | action | ||
| ) |
| void dev_tty_init | ( | ) |
| int g_cachedInstallTTY |
| int g_installTTY = DEFAULT_TTY_INSTALL |