aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_buffer_internal.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2016-05-25 15:19:56 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-05-26 19:13:44 +0300
commit763b4a48d12a3bff8bf0f91c3e38f3203f2f57af (patch)
treee07ef24cd579b8dbfbb35edd3ccfe9e800e73ca3 /platform/linux-generic/include/odp_buffer_internal.h
parent3c902e5f7c145d73578f75551733af50ef9babb7 (diff)
linux-generic: schedule: rename schedule interface header
Renamed odp_schedule_internal.h to odp_schedule_if.h, since it defines the interface. A new, truly internal header is needed for the scheduler. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> 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_buffer_internal.h')
-rw-r--r--platform/linux-generic/include/odp_buffer_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_buffer_internal.h b/platform/linux-generic/include/odp_buffer_internal.h
index deccf01fc..a427a806f 100644
--- a/platform/linux-generic/include/odp_buffer_internal.h
+++ b/platform/linux-generic/include/odp_buffer_internal.h
@@ -30,7 +30,7 @@ extern "C" {
#include <odp/api/thread.h>
#include <odp/api/event.h>
#include <odp_forward_typedefs_internal.h>
-#include <odp_schedule_internal.h>
+#include <odp_schedule_if.h>
#define ODP_BITSIZE(x) \
((x) <= 2 ? 1 : \