@@ -78,7 +78,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 = \
@@ -22,6 +22,7 @@ extern C {
#include <subsystem/spec/buffer_subsystem.h>
#include <subsystem/spec/pool_subsystem.h>
#include <subsystem/spec/queue_subsystem.h>
+#include <subsystem/spec/schedule_subsystem.h>
#ifdef __cplusplus
}
similarity index 100%
rename from platform/linux-generic/include/odp_schedule_subsystem.h
rename to include/subsystem/spec/schedule_subsystem.h
@@ -212,7 +212,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 \
@@ -196,7 +196,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>
@@ -14,7 +14,7 @@
/* Internal header files */
#include <odp_debug_internal.h>
#include <odp_internal.h>
-#include <odp_schedule_subsystem.h>
+#include <subsystem/spec/schedule_subsystem.h>
ODP_SUBSYSTEM_DEFINE(schedule, "schedule public APIs",
SCHEDULE_SUBSYSTEM_VERSION);