Merge remote-tracking branch 'asoc/topic/qcom' into asoc-next
[deliverable/linux.git] / include / linux / fence.h
index 5aa95eb886f74c3e24dc8568da8a81aea591066e..2b17698b60b844a6c08b490f506ec87033d89fc5 100644 (file)
@@ -79,6 +79,8 @@ struct fence {
        unsigned long flags;
        ktime_t timestamp;
        int status;
+       struct list_head child_list;
+       struct list_head active_list;
 };
 
 enum fence_flag_bits {
This page took 0.029207 seconds and 5 git commands to generate.