diff mbox

[4/5] linux-generic: api: add odp_crypto.h and odp_rwlock.h to odp.h

Message ID 1410397827-2758-5-git-send-email-victor.kamensky@linaro.org
State New
Headers show

Commit Message

vkamensky Sept. 11, 2014, 1:10 a.m. UTC
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 <victor.kamensky@linaro.org>
---
 platform/linux-generic/include/api/odp.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

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
 }