Add tbm allocator
[platform/core/uifw/libds.git] / include / libds / allocator / tbm.h
1 #ifndef LIBDS_ALLOCATOR_TBM_H
2 #define LIBDS_ALLOCATOR_TBM_H
3
4 #include <libds/allocator.h>
5
6 struct ds_allocator *
7 ds_tbm_allocator_create(void);
8
9 WL_EXPORT void *
10 ds_tbm_buffer_get_surface(struct ds_buffer *ds_buffer);
11
12 #endif