tbm_bufmgr: add tbm_bufmgr_internal_import_bo_with_fd and use it
[platform/core/uifw/libtbm.git] / src / list.h
index aa2f5ed..1062241 100644 (file)
@@ -38,6 +38,7 @@
 
 #include <stddef.h>
 
+/* LCOV_EXCL_START */
 static void list_inithead(struct list_head *item)
 {
        item->prev = item;
@@ -129,3 +130,4 @@ static inline void list_delinit(struct list_head *item)
                pos = container_of(pos->member.prev, pos, member))
 
 #endif /*_U_DOUBLE_LIST_H_*/
+/* LCOV_EXCL_STOP */