LibXenon
Bare-metal Xbox 360 homebrew library
|
Go to the source code of this file.
Functions | |
void | putch (unsigned char c) |
int | kbhit (void) |
int | getch (void) |
void | uart_puts (unsigned char *s) |
int getch | ( | void | ) |
Definition at line 24 of file xenon_uart.c.
int kbhit | ( | void | ) |
Definition at line 13 of file xenon_uart.c.
void putch | ( | unsigned char | c | ) |
Definition at line 5 of file xenon_uart.c.
void uart_puts | ( | unsigned char * | s | ) |
Definition at line 30 of file xenon_uart.c.