mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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 */
|