PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
tty.h
1#ifndef __TTY_H
2#define __TTY_H
3
4#include "tamtypes.h"
5#include <stdint.h>
6#define MODNAME "ppctty"
7// Prototypes
8extern int tty_init(void);
9
10#endif