aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/version.h
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-28 00:49:02 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-29 20:42:38 +0300
commit58e79732e23b04c9fc2f1ea1a755640b82fb2e9b (patch)
tree193adb495e80e6c4c8e1bc3c4d84ba692ca6e9f3 /include/odp/api/version.h
parent49bf1afedff2cdd24ecaa64c07a629e87c4fbebd (diff)
api: version: move 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 'include/odp/api/version.h')
-rw-r--r--include/odp/api/version.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/include/odp/api/version.h b/include/odp/api/version.h
index 69be81c5..eb798106 100644
--- a/include/odp/api/version.h
+++ b/include/odp/api/version.h
@@ -48,25 +48,11 @@ extern "C" {
*/
#define ODP_VERSION_API_MINOR 0
-/** @internal Version string expand */
-#define ODP_VERSION_STR_EXPAND(x) #x
-
-/** @internal Version to string */
-#define ODP_VERSION_TO_STR(x) ODP_VERSION_STR_EXPAND(x)
-
-/** @internal API version string */
-#define ODP_VERSION_API_STR \
-ODP_VERSION_TO_STR(ODP_VERSION_API_GENERATION) "." \
-ODP_VERSION_TO_STR(ODP_VERSION_API_MAJOR) "." \
-ODP_VERSION_TO_STR(ODP_VERSION_API_MINOR)
-
/**
* Returns ODP API version string
*/
-static inline const char *odp_version_api_str(void)
-{
- return ODP_VERSION_API_STR;
-}
+const char *odp_version_api_str(void);
+
/**
* Returns ODP implementation version string