summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Nash <enash54@gmail.com>2013-07-31 12:11:03 -0400
committerEd Nash <enash54@gmail.com>2013-07-31 12:11:03 -0400
commitae3bc0f60b587eb3a5b26d67165c7d923bb23776 (patch)
treeaaf404b8bf278b83711484cf19e45ba0638c70ad /include
parent614660a165ac827ea272c6fa0c59986881309f90 (diff)
add a test call to determine state of
semaphore without requesting it
Diffstat (limited to 'include')
-rw-r--r--include/linux/mvf_sema4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mvf_sema4.h b/include/linux/mvf_sema4.h
index aa2379a9de05..198f3f249ec5 100644
--- a/include/linux/mvf_sema4.h
+++ b/include/linux/mvf_sema4.h
@@ -25,5 +25,6 @@ int mvf_sema4_assign(int gate_num, MVF_SEMA4** sema4_p);
int mvf_sema4_deassign(MVF_SEMA4 *sema4);
int mvf_sema4_lock(MVF_SEMA4 *sema4, unsigned int timeout_us, bool use_interrupts);
int mvf_sema4_unlock(MVF_SEMA4 *sema4);
+int mvf_sema4_test(MVF_SEMA4 *sema4);
#endif