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