lineage_kernel_xcoverpro/include/cpu/ftt/ftt_mutex.h

7 lines
344 B
C
Executable File

#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