@@ -72,7 +72,8 @@ subsystemspecincludedir= $(includedir)/subsystem/spec
subsystemspecinclude_HEADERS = \
subsystem/spec/buffer_subsystem.h \
subsystem/spec/pool_subsystem.h \
- subsystem/spec/queue_subsystem.h
+ subsystem/spec/queue_subsystem.h \
+ subsystem/spec/schedule_subsystem.h
odpapiabidefaultincludedir= $(includedir)/odp/arch/default/api/abi
odpapiabidefaultinclude_HEADERS = \
similarity index 100%
rename from platform/linux-generic/include/odp_schedule_subsystem.h
rename to include/subsystem/spec/schedule_subsystem.h
@@ -214,7 +214,6 @@ noinst_HEADERS = \
${top_srcdir}/platform/linux-generic/include/odp_queue_if.h \
${top_srcdir}/platform/linux-generic/include/odp_ring_internal.h \
${top_srcdir}/platform/linux-generic/include/odp_schedule_if.h \
- ${top_srcdir}/platform/linux-generic/include/odp_schedule_subsystem.h \
${top_srcdir}/platform/linux-generic/include/odp_sorted_list_internal.h \
${top_srcdir}/platform/linux-generic/include/odp_shm_internal.h \
${top_srcdir}/platform/linux-generic/include/odp_time_internal.h \
@@ -199,7 +199,6 @@ noinst_HEADERS = \
include/odp_schedule_scalable.h \
include/odp_schedule_scalable_config.h \
include/odp_schedule_scalable_ordered.h \
- include/odp_schedule_subsystem.h \
include/odp_sorted_list_internal.h \
include/odp_shm_internal.h \
include/odp_time_internal.h \
@@ -25,7 +25,7 @@
#include <odp/api/packet_io.h>
#include <odp_ring_internal.h>
#include <odp_timer_internal.h>
-#include <odp_schedule_subsystem.h>
+#include <subsystem/spec/schedule_subsystem.h>
#include <odp_packet_io_internal.h>
/* Should remove this dependency */
@@ -25,7 +25,7 @@
#include <odp/api/packet_io.h>
#include <odp_config_internal.h>
#include <odp_timer_internal.h>
-#include <odp_schedule_subsystem.h>
+#include <subsystem/spec/schedule_subsystem.h>
#include <odp_packet_io_internal.h>
/* Should remove this dependency */
@@ -29,7 +29,7 @@
#include <odp_llqueue.h>
#include <odp_queue_scalable_internal.h>
#include <odp_schedule_if.h>
-#include <odp_schedule_subsystem.h>
+#include <subsystem/spec/schedule_subsystem.h>
#include <odp_bitset.h>
#include <odp_packet_io_internal.h>
@@ -18,7 +18,7 @@
#include <odp_config_internal.h>
#include <odp_ring_internal.h>
#include <odp_timer_internal.h>
-#include <odp_schedule_subsystem.h>
+#include <subsystem/spec/schedule_subsystem.h>
#include <odp_packet_io_internal.h>
#include <odp_queue_internal.h>
@@ -15,7 +15,7 @@
#include <odp_debug_internal.h>
#include <odp_internal.h>
#include <odp_module.h>
-#include <odp_schedule_subsystem.h>
+#include <subsystem/spec/schedule_subsystem.h>
ODP_SUBSYSTEM_DEFINE(schedule, "schedule public APIs",
SCHEDULE_SUBSYSTEM_VERSION);