aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp/packet_io.h
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-05 21:11:24 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-29 20:42:35 +0300
commitcf7662bb1f60a5277be1927f48ba0261530fbc1d (patch)
tree3d467d85053f2b0d8a976c7306d2f4e4b4dcea70 /platform/linux-generic/include/odp/packet_io.h
parent5456aa8eeee0a639313a070c62a714837fbba0de (diff)
api: packet_io: move typedef and defines
Align the style with the rest of the header files of linux-generic Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/include/odp/packet_io.h')
-rw-r--r--platform/linux-generic/include/odp/packet_io.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linux-generic/include/odp/packet_io.h b/platform/linux-generic/include/odp/packet_io.h
index 753e4f229..21b662c12 100644
--- a/platform/linux-generic/include/odp/packet_io.h
+++ b/platform/linux-generic/include/odp/packet_io.h
@@ -17,6 +17,9 @@
extern "C" {
#endif
+#include <odp/std_types.h>
+#include <odp/packet_io_types.h>
+
/** @ingroup odp_packet_io
* @{
*/