RetroArch
|
#include "arch/cc.h"
Go to the source code of this file.
Typedefs | |
typedef void * | sio_fd_t |
Functions | |
sio_fd_t | sio_open (u8_t) |
void | sio_send (u8_t, sio_fd_t) |
u8_t | sio_recv (sio_fd_t) |
u32_t | sio_read (sio_fd_t, u8_t *, u32_t) |
u32_t | sio_write (sio_fd_t, u8_t *, u32_t) |
void | sio_read_abort (sio_fd_t) |