forked from Qortal/Brooklyn
10 lines
150 B
C
10 lines
150 B
C
|
struct stdout {
|
||
|
chopstx_mutex_t m;
|
||
|
/**/
|
||
|
chopstx_mutex_t m_dev;
|
||
|
chopstx_cond_t cond_dev;
|
||
|
uint8_t connected;
|
||
|
};
|
||
|
|
||
|
extern struct stdout stdout;
|