Adding sync patch ref. #21
This commit is contained in:
parent
3b88d65645
commit
56e208e0de
10 changed files with 141 additions and 2 deletions
7
patch/sync.h
Normal file
7
patch/sync.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
static int su = 0;
|
||||
static int twrite_aborted = 0;
|
||||
|
||||
static void tsync_begin();
|
||||
static void tsync_end();
|
||||
int tinsync(uint timeout);
|
||||
int ttyread_pending();
|
||||
Loading…
Add table
Add a link
Reference in a new issue