add shm.h

This commit is contained in:
mutouyun 2022-04-03 17:10:48 +08:00
parent 695462db48
commit 85931e7d20

7
include/libipc/shm.h Normal file
View File

@ -0,0 +1,7 @@
/**
* @file shm.h
* @author mutouyun (orz@orzz.org)
* @brief Define the shared memory access interface
* @date 2022-04-03
*/
#pragma once