SSBM Decomp
Loading...
Searching...
No Matches
console_io.h
Go to the documentation of this file.
1#ifndef MSL_CONSOLE_IO_H
2#define MSL_CONSOLE_IO_H
3
4#include <platform.h>
5
7s32 __write_console(s32, s32 arg1, s32* arg2);
9
10#endif
s32 __write_console(s32, s32 arg1, s32 *arg2)
Definition uart_console_io.c:48
s32 MSL_ConsoleIo_80325F18(void)
Definition uart_console_io.c:68
u8 __read_console(u32, u8 *buf, u32 *n)
Definition uart_console_io.c:11
char buf[0x34C]
Definition db_2253.static.h:130
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20