mirror of https://github.com/RT-Thread/rt-thread
[posix][ipc] add ipc header files
This commit is contained in:
parent
7ff976dab3
commit
ce8085befa
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
|
* Change Logs:
|
||||||
|
* Date Author Notes
|
||||||
|
* 2021-12-07 Meco Man First version
|
||||||
|
*/
|
||||||
|
#ifndef __SYS_IPC_H__
|
||||||
|
#define __SYS_IPC_H__
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
|
* Change Logs:
|
||||||
|
* Date Author Notes
|
||||||
|
* 2021-12-07 Meco Man First version
|
||||||
|
*/
|
||||||
|
#ifndef __SYS_MSG_H__
|
||||||
|
#define __SYS_MSG_H__
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
|
* Change Logs:
|
||||||
|
* Date Author Notes
|
||||||
|
* 2021-12-07 Meco Man First version
|
||||||
|
*/
|
||||||
|
#ifndef __SYS_SEM_H__
|
||||||
|
#define __SYS_SEM_H__
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
|
@ -0,0 +1,15 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
|
* Change Logs:
|
||||||
|
* Date Author Notes
|
||||||
|
* 2021-12-07 Meco Man First version
|
||||||
|
*/
|
||||||
|
#ifndef __SYS_SHM_H__
|
||||||
|
#define __SYS_SHM_H__
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue