aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_schedule_if.h
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-08-04 11:25:05 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-08-08 16:45:51 +0300
commit5a6d8798bc436fa3a7e90fcf105362eabb21db0c (patch)
tree1e08d1000b4baaadb7a7f13cdc60a0fc0209eba4 /platform/linux-generic/include/odp_schedule_if.h
parentcd15a2125781f4eefdab1f765999a59504fb2939 (diff)
linux-gen: scheduler: drop unused callback
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/include/odp_schedule_if.h')
-rw-r--r--platform/linux-generic/include/odp_schedule_if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_schedule_if.h b/platform/linux-generic/include/odp_schedule_if.h
index 4cd8c3e50..e842fb464 100644
--- a/platform/linux-generic/include/odp_schedule_if.h
+++ b/platform/linux-generic/include/odp_schedule_if.h
@@ -67,7 +67,6 @@ extern const schedule_fn_t *sched_fn;
/* Interface for the scheduler */
int sched_cb_pktin_poll(int pktio_index, int num_queue, int index[]);
void sched_cb_pktio_stop_finalize(int pktio_index);
-int sched_cb_num_pktio(void);
odp_queue_t sched_cb_queue_handle(uint32_t queue_index);
void sched_cb_queue_destroy_finalize(uint32_t queue_index);
int sched_cb_queue_deq_multi(uint32_t queue_index, odp_event_t ev[], int num);