summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/queue.h
diff options
context:
space:
mode:
authorKamil Debski <k.debski@samsung.com>2012-03-22 09:36:27 +0100
committerKamil Debski <k.debski@samsung.com>2012-03-22 14:02:11 +0100
commit9c057b001e8873861a70f7025214003837a0860b (patch)
tree2c43acb98b53569a6613f9a56388381848e34c84 /v4l2-mfc-example/queue.h
parent5aaeaa28e782647843570f01b4661a65ff3aa376 (diff)
v4l-mfc-example: version 0.2
Diffstat (limited to 'v4l2-mfc-example/queue.h')
-rw-r--r--v4l2-mfc-example/queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l2-mfc-example/queue.h b/v4l2-mfc-example/queue.h
index 963cf90..a0313f6 100644
--- a/v4l2-mfc-example/queue.h
+++ b/v4l2-mfc-example/queue.h
@@ -42,6 +42,8 @@ int queue_add(struct queue *q, int e);
int queue_remove(struct queue *q);
/* Free the internal queue memory */
void queue_free(struct queue *q);
+/* Check if the queue is empty */
+int queue_empty(struct queue *q);
#endif /* INCLUDE_QUEUE_H */