aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/init.h
diff options
context:
space:
mode:
authorChristophe Milard <christophe.milard@linaro.org>2016-07-21 14:06:10 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-12 17:57:41 +0300
commit474dac39b8d4ad7f2ac3768887e36610188c16c2 (patch)
tree5eb3f402b0345b488ff8889ddad3e035cad32b5a /include/odp/api/spec/init.h
parentb8c6689e4c81277067a2dd5f30598e0ddc7dc2c5 (diff)
linux-generic: moving the visibility files one step up
include/odp/api/visibility_begin.h and include/odp/api/visibility_end.h move one step up (in include/odp/) and can therefore be used on other interfaces. Signed-off-by: Christophe Milard <christophe.milard@linaro.org> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/init.h')
-rw-r--r--include/odp/api/spec/init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/odp/api/spec/init.h b/include/odp/api/spec/init.h
index fec677421..154cdf8f3 100644
--- a/include/odp/api/spec/init.h
+++ b/include/odp/api/spec/init.h
@@ -21,7 +21,7 @@
#ifndef ODP_API_INIT_H_
#define ODP_API_INIT_H_
-#include <odp/api/visibility_begin.h>
+#include <odp/visibility_begin.h>
#ifdef __cplusplus
extern "C" {
@@ -277,5 +277,5 @@ int odp_term_local(void);
}
#endif
-#include <odp/api/visibility_end.h>
+#include <odp/visibility_end.h>
#endif