lineage_kernel_xcoverpro/include/cpu/ftt/ftt_mutex.h

7 lines
344 B
C
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
#ifndef _FTT_MUTEX_H_
#define _FTT_MUTEX_H_
extern void mutex_list_add(struct task_struct *task, struct list_head *entry, struct list_head *head, struct mutex *lock);
extern void mutex_dynamic_ftt_enqueue(struct mutex *lock, struct task_struct *task);
extern void mutex_dynamic_ftt_dequeue(struct mutex *lock, struct task_struct *task);
#endif