tbm_module: make tbm_module_bufmgr_import_key
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr_int.h
index 0fa9a70..1cf31d2 100644 (file)
@@ -360,4 +360,6 @@ tbm_error_e          tbm_module_bufmgr_get_plane_data(tbm_module *module, int fo
 tbm_backend_bo_data *tbm_module_bufmgr_bo_alloc(tbm_module *module, tbm_bo bo, int size, int flags, tbm_error_e *error);
 tbm_backend_bo_data *tbm_module_bufmgr_bo_alloc_with_format(tbm_module *module, int format, int bo_idx, int width, int height, int bpp, tbm_bo_memory_type flags, tbm_error_e *error);
 tbm_backend_bo_data *tbm_module_bufmgr_bo_import_fd(tbm_module *module, tbm_bo bo, tbm_fd fd, tbm_error_e *error);
+tbm_backend_bo_data *tbm_module_bufmgr_bo_import_key(tbm_module *module, tbm_bo bo, tbm_key key, tbm_error_e *error);
+
 #endif /* _TBM_BUFMGR_INT_H_ */