aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_schedule_if.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2017-06-30 17:10:56 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-07-11 18:35:27 +0300
commite3fce2fca6067b03f7fd18c9a438d2058521fe11 (patch)
tree4409b7d05da05c40b9be807476b18b272f2d8623 /platform/linux-generic/include/odp_schedule_if.h
parent29ad363b5ab3c5e6569f20ddf63e64cc53eeb019 (diff)
linux-gen: sched: remove unused sched interface functions
Removed functions that are no longer used. Also removed unused parameter from save_context function. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-and-tested-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.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/platform/linux-generic/include/odp_schedule_if.h b/platform/linux-generic/include/odp_schedule_if.h
index 9b2836781..4cd8c3e50 100644
--- a/platform/linux-generic/include/odp_schedule_if.h
+++ b/platform/linux-generic/include/odp_schedule_if.h
@@ -35,7 +35,7 @@ typedef int (*schedule_term_local_fn_t)(void);
typedef void (*schedule_order_lock_fn_t)(void);
typedef void (*schedule_order_unlock_fn_t)(void);
typedef unsigned (*schedule_max_ordered_locks_fn_t)(void);
-typedef void (*schedule_save_context_fn_t)(uint32_t queue_index, void *ptr);
+typedef void (*schedule_save_context_fn_t)(uint32_t queue_index);
typedef struct schedule_fn_t {
int status_sync;
@@ -68,11 +68,6 @@ extern const schedule_fn_t *sched_fn;
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);
-int sched_cb_num_queues(void);
-int sched_cb_queue_prio(uint32_t queue_index);
-int sched_cb_queue_grp(uint32_t queue_index);
-int sched_cb_queue_is_ordered(uint32_t queue_index);
-int sched_cb_queue_is_atomic(uint32_t queue_index);
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);