change dump API from tdm_helper to tbm_surface_internal
[platform/core/uifw/libtdm.git] / src / tdm_private.h
index 671df8b..65ce287 100644 (file)
@@ -306,6 +306,9 @@ typedef struct _tdm_buffer_info {
 const char*
 tdm_get_dpms_str(tdm_output_dpms dpms_value);
 
+int
+tdm_display_check_module_abi(tdm_private_display *private_display, int abimaj, int abimin);
+
 tdm_private_output *
 tdm_display_find_output_stamp(tdm_private_display *private_display,
                               unsigned long stamp);
@@ -453,11 +456,6 @@ extern pthread_mutex_t tdm_mutex_check_lock;
 extern int tdm_mutex_locked;
 extern int tdm_dump_enable;
 
-int
-tdm_helper_get_dump_count(void);
-char *
-tdm_helper_get_dump_path(void);
-
 #define _pthread_mutex_unlock(l) \
        do { \
                if (tdm_debug_mutex) \