tbm_module: make tbm_module_bufmgr_import_fd
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr_int.h
index 2021f3b..0fa9a70 100644 (file)
@@ -359,5 +359,5 @@ tbm_error_e          tbm_module_bufmgr_get_supported_formats(tbm_module *module,
 tbm_error_e          tbm_module_bufmgr_get_plane_data(tbm_module *module, int format, int plane_idx, uint32_t w, uint32_t h, uint32_t *size, uint32_t *offset, uint32_t *pitch, int *bo_idx);
 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);
 #endif /* _TBM_BUFMGR_INT_H_ */