From: SooChan Lim Date: Tue, 13 Mar 2018 06:29:08 +0000 (+0900) Subject: type: add typedef for the memory type and the capabilities X-Git-Tag: submit/tizen/20180314.105229~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a737aa424d18921eb389cce0f52f43f45074267b;p=platform%2Fcore%2Fuifw%2Flibtbm.git type: add typedef for the memory type and the capabilities Change-Id: Ia7c9562d434571d58f72986da7ab525009625d69 --- diff --git a/src/tbm_type_int.h b/src/tbm_type_int.h index 43f72a6..e9d2942 100644 --- a/src/tbm_type_int.h +++ b/src/tbm_type_int.h @@ -175,6 +175,18 @@ enum TBM_BO_FLAGS { */ typedef void (*tbm_data_free) (void *user_data); +/** + * @brief Enumeration of tbm buffer manager capability. + * @since_tizen 5.0 + */ +typedef enum TBM_BUFMGR_CAPABILITY tbm_bufmgr_capability; + +/** + * @brief Enumeration of tbm bo memory type. + * @since_tizen 5.0 + */ +typedef enum TBM_BO_FLAGS tbm_bo_memory_type; + /** * @brief Enumeration of buffer manager lock try for bo * @since_tizen 5.0