aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/fifo_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/fifo_lock.h')
-rw-r--r--include/litmus/fifo_lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/fifo_lock.h b/include/litmus/fifo_lock.h
index 7f13863f11e6..0b2337b42155 100644
--- a/include/litmus/fifo_lock.h
+++ b/include/litmus/fifo_lock.h
@@ -30,6 +30,7 @@ static inline struct fifo_mutex* fifo_mutex_from_lock(struct litmus_lock* lock)
30 30
31#ifdef CONFIG_LITMUS_DGL_SUPPORT 31#ifdef CONFIG_LITMUS_DGL_SUPPORT
32int fifo_mutex_is_owner(struct litmus_lock *l, struct task_struct *t); 32int fifo_mutex_is_owner(struct litmus_lock *l, struct task_struct *t);
33struct task_struct* fifo_mutex_get_owner(struct litmus_lock *l);
33int fifo_mutex_dgl_lock(struct litmus_lock *l, dgl_wait_state_t* dgl_wait, wait_queue_t* wq_node); 34int fifo_mutex_dgl_lock(struct litmus_lock *l, dgl_wait_state_t* dgl_wait, wait_queue_t* wq_node);
34void fifo_mutex_enable_priority(struct litmus_lock *l, dgl_wait_state_t* dgl_wait); 35void fifo_mutex_enable_priority(struct litmus_lock *l, dgl_wait_state_t* dgl_wait);
35#endif 36#endif