vitasdk
Documentation of the vitasdk
uart.h
Go to the documentation of this file.
1
6
#ifndef _PSP2KERN_UART_H_
7
#define _PSP2KERN_UART_H_
8
9
#include <
psp2kern/types.h
>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
int
ksceUartInit
(
int
port);
16
int
ksceUartReadAvailable
(
int
port);
17
int
ksceUartRead
(
int
port);
18
int
ksceUartWrite
(
int
port,
char
data);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* _PSP2KERN_UART_H_ */
25
ksceUartWrite
int ksceUartWrite(int port, char data)
ksceUartRead
int ksceUartRead(int port)
ksceUartReadAvailable
int ksceUartReadAvailable(int port)
ksceUartInit
int ksceUartInit(int port)
types.h
include
psp2kern
kernel
uart.h
Vita SDK