port to chopstx

This commit is contained in:
NIIBE Yutaka
2013-06-20 16:19:49 +09:00
parent 7c01cae4a5
commit ee7d72743e
30 changed files with 1349 additions and 759 deletions

9
src/debug.h Normal file
View File

@@ -0,0 +1,9 @@
struct stdout {
chopstx_mutex_t m;
/**/
chopstx_mutex_t m_dev;
chopstx_cond_t cond_dev;
uint8_t connected;
};
extern struct stdout stdout;