From 85931e7d20f8e44521145a171c16c56bff5da203 Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sun, 3 Apr 2022 17:10:48 +0800 Subject: [PATCH] add shm.h --- include/libipc/shm.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/libipc/shm.h diff --git a/include/libipc/shm.h b/include/libipc/shm.h new file mode 100644 index 0000000..212e87f --- /dev/null +++ b/include/libipc/shm.h @@ -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