1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-24 00:30:18 +10:00
collapseos/tools/common.h
Virgil Dupras 7344186c62 tools: add blkup
not actually tested yet...
2020-05-03 07:32:19 -04:00

8 lines
236 B
C

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