aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/cpumask.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/cpumask.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/cpumask.h')
-rw-r--r--include/odp/api/spec/cpumask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/odp/api/spec/cpumask.h b/include/odp/api/spec/cpumask.h
index 6e16fd0c0..22d8e8f24 100644
--- a/include/odp/api/spec/cpumask.h
+++ b/include/odp/api/spec/cpumask.h
@@ -13,7 +13,7 @@
#ifndef ODP_API_CPUMASK_H_
#define ODP_API_CPUMASK_H_
-#include <odp/api/visibility_begin.h>
+#include <odp/visibility_begin.h>
#ifdef __cplusplus
extern "C" {
@@ -250,5 +250,5 @@ int odp_cpumask_all_available(odp_cpumask_t *mask);
}
#endif
-#include <odp/api/visibility_end.h>
+#include <odp/visibility_end.h>
#endif