参考代码
This commit is contained in:
24
components/system/include/os/os.h
Executable file
24
components/system/include/os/os.h
Executable file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @file os.h
|
||||
* @author LokLiang (lokliang@163.com)
|
||||
* @brief
|
||||
* @version 0.1
|
||||
* @date 2023-05-01
|
||||
*
|
||||
* @copyright Copyright (c) 2023
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __OS_H__
|
||||
#define __OS_H__
|
||||
|
||||
#include "os/os_thread.h"
|
||||
#include "os/os_timer.h"
|
||||
#include "os/os_work.h"
|
||||
#include "os/os_ipc.h"
|
||||
#include "os/os_semaphore.h"
|
||||
#include "os/os_mutex.h"
|
||||
#include "os/os_service.h"
|
||||
#include "os/os_heap.h"
|
||||
|
||||
#endif /* __OS_H__ */
|
||||
Reference in New Issue
Block a user