aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-09-10 17:47:46 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-09-14 13:08:02 +0300
commitcd9b7300d75619074bd9bc5d94a65aa1a755aff8 (patch)
tree69807009c5725178ee51867916bf376aa3788bdf
parent8e8bd180aae61ad5c78b77ed3ec384df8277a28b (diff)
linux-generic: queue: remove obsolete prototypes
Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--platform/linux-generic/include/odp_queue_internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/linux-generic/include/odp_queue_internal.h b/platform/linux-generic/include/odp_queue_internal.h
index 19a0f07..5747277 100644
--- a/platform/linux-generic/include/odp_queue_internal.h
+++ b/platform/linux-generic/include/odp_queue_internal.h
@@ -109,12 +109,6 @@ int queue_pktout_enq(queue_entry_t *queue, odp_buffer_hdr_t *buf_hdr,
int queue_pktout_enq_multi(queue_entry_t *queue,
odp_buffer_hdr_t *buf_hdr[], int num, int sustain);
-int queue_enq_dummy(queue_entry_t *queue, odp_buffer_hdr_t *buf_hdr);
-int queue_enq_multi_dummy(queue_entry_t *queue, odp_buffer_hdr_t *buf_hdr[],
- int num);
-int queue_deq_multi_destroy(queue_entry_t *queue, odp_buffer_hdr_t *buf_hdr[],
- int num);
-
void queue_lock(queue_entry_t *queue);
void queue_unlock(queue_entry_t *queue);