mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-30 16:50:45 +00:00
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
/* scc_socket_driver.c */
|
|
void scc_socket_init(int port)
|
|
{}
|
|
|
|
void scc_socket_change_params(int port)
|
|
{}
|
|
|
|
void scc_socket_empty_writebuf(int port, double dcycs)
|
|
{}
|
|
|
|
void scc_socket_fill_readbuf(int port, int space_left, double dcycs)
|
|
{} |