aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp
diff options
context:
space:
mode:
authorTaras Kondratiuk <taras.kondratiuk@linaro.org>2015-03-06 17:48:23 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-03-10 11:34:19 +0300
commita0be37c8240875a71817edd925682471ee2af1fd (patch)
tree8af1e66379f65898c99d3cc363469fcae40cd194 /platform/linux-generic/include/odp
parent4a6a86ce8d17e6bec892fb8765df1b689378d357 (diff)
api: pool: move platform includes to linux-generic
Do not include platform-specific header files from common API headers. Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/include/odp')
-rw-r--r--platform/linux-generic/include/odp/pool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linux-generic/include/odp/pool.h b/platform/linux-generic/include/odp/pool.h
index e68b11e..02bc3b7 100644
--- a/platform/linux-generic/include/odp/pool.h
+++ b/platform/linux-generic/include/odp/pool.h
@@ -26,6 +26,8 @@ extern "C" {
*/
#include <odp/plat/pool_types.h>
+#include <odp/plat/shared_memory_types.h>
+#include <odp/plat/event_types.h>
#include <odp/api/pool.h>
#ifdef __cplusplus