[kernel] move std libc related to rtklibc.h

This commit is contained in:
Meco Man
2024-03-10 13:39:20 -04:00
parent e25f287ff3
commit e81978c5dc
8 changed files with 1280 additions and 1188 deletions

View File

@@ -24,6 +24,10 @@
#endif /* defined(RT_USING_SIGNALS) || defined(RT_USING_SMART) */
#endif /* RT_USING_NANO */
#ifdef __cplusplus
extern "C" {
#endif
/**
* RT-Thread basic data types definition
*/
@@ -220,4 +224,8 @@ typedef struct rt_spinlock rt_spinlock_t;
#define RT_DEFINE_SPINLOCK(x) struct rt_spinlock x = RT_SPINLOCK_INIT
#ifdef __cplusplus
}
#endif
#endif /* __RT_TYPES_H__ */