mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
149 B
C
9 lines
149 B
C
#ifndef __CHARDEV_THREAD_H
|
|
#define __CHARDEV_THREAD_H
|
|
|
|
#include <ringbuffer.h>
|
|
|
|
void chardev_loop(ringbuffer *rb);
|
|
|
|
#endif /* __CHARDEV_THREAD_H */
|