keyrouter: Fix wrong validity check
[platform/core/uifw/libds-tizen.git] / include / libds / allocator / shm.h
1 #ifndef LIBDS_ALLOCATOR_SHM_H
2 #define LIBDS_ALLOCATOR_SHM_H
3
4 #include <libds/allocator.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 struct ds_allocator *
11 ds_shm_allocator_create(void);
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif