[kernel] move std libc related to rtklibc.h

This commit is contained in:
Meco Man
2024-03-20 22:26:11 -04:00
parent e25f287ff3
commit e81978c5dc
8 changed files with 1280 additions and 1188 deletions
+8
View File
@@ -14,6 +14,10 @@
#include "rttypes.h"
#include "rtcompiler.h"
#ifdef __cplusplus
extern "C" {
#endif
struct rt_thread;
typedef rt_uint8_t rt_sched_thread_status_t;
@@ -169,4 +173,8 @@ void rt_sched_remove_thread(struct rt_thread *thread);
#endif /* defined(__RT_KERNEL_SOURCE__) || defined(__RT_IPC_SOURCE__) */
#ifdef __cplusplus
}
#endif
#endif /* __RT_SCHED_H__ */