It was agreed that all API to ODP goes through one odp.h. I.e
application should not include individual files directly,
because those could be changed.

Signed-off-by: Victor Kamensky <[email protected]>
---
 platform/linux-generic/include/api/odp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platform/linux-generic/include/api/odp.h 
b/platform/linux-generic/include/api/odp.h
index 0ee3faf..ac44b43 100644
--- a/platform/linux-generic/include/api/odp.h
+++ b/platform/linux-generic/include/api/odp.h
@@ -48,6 +48,8 @@ extern "C" {
 #include <odp_packet.h>
 #include <odp_packet_flags.h>
 #include <odp_packet_io.h>
+#include <odp_rwlock.h>
+#include <odp_crypto.h>
 
 #ifdef __cplusplus
 }
-- 
1.8.1.4


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to