mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 04:10:26 +08:00
[posix][ipc] add ipc header files
This commit is contained in:
parent
7ff976dab3
commit
ce8085befa
15
components/libc/posix/ipc/sys/ipc.h
Normal file
15
components/libc/posix/ipc/sys/ipc.h
Normal file
@ -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
|
15
components/libc/posix/ipc/sys/msg.h
Normal file
15
components/libc/posix/ipc/sys/msg.h
Normal file
@ -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
|
15
components/libc/posix/ipc/sys/sem.h
Normal file
15
components/libc/posix/ipc/sys/sem.h
Normal file
@ -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
|
15
components/libc/posix/ipc/sys/shm.h
Normal file
15
components/libc/posix/ipc/sys/shm.h
Normal file
@ -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…
x
Reference in New Issue
Block a user