gnuk/src/debug.h

10 lines
150 B
C
Raw Normal View History

2013-06-20 07:19:49 +00:00
struct stdout {
chopstx_mutex_t m;
/**/
chopstx_mutex_t m_dev;
chopstx_cond_t cond_dev;
uint8_t connected;
};
extern struct stdout stdout;