mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-09 05:11:09 +08:00
7 lines
87 B
C
7 lines
87 B
C
|
#ifndef LIBOS_WORKQUEUE_H__
|
||
|
#define LIBOS_WORKQUEUE_H__
|
||
|
|
||
|
#include <rtdevice.h>
|
||
|
|
||
|
#endif
|