PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
sbus_tty.h
1#ifndef _SBUS_TTY_H
2#define _SBUS_TTY_H
3
4#include "tamtypes.h"
5
6// Prototypes
7extern int sbus_tty_init(void);
8
9#endif