LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
xenon_uart.h
Go to the documentation of this file.
1#ifndef __xenon_uart_h
2#define __xenon_uart_h
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void putch(unsigned char c);
9int kbhit(void);
10int getch(void);
11void uart_puts(unsigned char *s);
12
13#ifdef __cplusplus
14};
15#endif
16
17#endif
void putch(unsigned char c)
Definition: xenon_uart.c:5
void uart_puts(unsigned char *s)
Definition: xenon_uart.c:30
int kbhit(void)
Definition: xenon_uart.c:13
int getch(void)
Definition: xenon_uart.c:24
u8 c
Definition: xenos_edid.h:7