1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 14:58:44 +10:00
collapseos/tools/common.h
2020-04-13 10:25:27 -04:00

7 lines
211 B
C

void sendcmd(int fd, char *cmd);
void sendcmdp(int fd, char *cmd);
void mread(int fd, char *s, int count);
int set_interface_attribs(int fd, int speed, int parity);
void set_blocking(int fd, int should_block);