1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/chardev_thread.h

16 lines
250 B
C
Raw Normal View History

/**
* @defgroup sys_chardevthread Chardev Thread
* @ingroup sys
* @brief Chardev thread
*/
2010-09-30 15:10:39 +02:00
#ifndef __CHARDEV_THREAD_H
#define __CHARDEV_THREAD_H
2010-09-30 15:10:39 +02:00
#include <ringbuffer.h>
2011-03-08 11:17:57 +01:00
void chardev_loop(ringbuffer_t *rb);
2010-09-30 15:10:39 +02:00
#endif /* __CHARDEV_THREAD_H */