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
12extern "C" {
13#endif
14
15int ksceUartInit(int port);
17int ksceUartRead(int port);
18int ksceUartWrite(int port, char data);
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* _PSP2KERN_UART_H_ */
25
int ksceUartWrite(int port, char data)
int ksceUartRead(int port)
int ksceUartReadAvailable(int port)
int ksceUartInit(int port)