type: add typedef for the memory type and the capabilities 67/172367/2
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 13 Mar 2018 06:29:08 +0000 (15:29 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 14 Mar 2018 05:43:04 +0000 (05:43 +0000)
Change-Id: Ia7c9562d434571d58f72986da7ab525009625d69

src/tbm_type_int.h

index 43f72a6..e9d2942 100644 (file)
@@ -176,6 +176,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
  */