aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/timer.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2016-12-21 13:27:23 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-12 18:01:12 +0300
commit6388e398998426c4b18cde893131d54630879bdf (patch)
tree707bcd66bbf637f83fbc2ca099d9f5272a94f8cd /include/odp/api/spec/timer.h
parentca3b3950cc901d0e8db1f2bb9961c3bac9491c88 (diff)
api: move ODP_*_NAME_LEN definitions from API to implementation
Enables the implementations to choose the define values. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/timer.h')
-rw-r--r--include/odp/api/spec/timer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/odp/api/spec/timer.h b/include/odp/api/spec/timer.h
index 46a436999..75f9db98e 100644
--- a/include/odp/api/spec/timer.h
+++ b/include/odp/api/spec/timer.h
@@ -90,8 +90,10 @@ typedef enum {
ODP_TIMER_NOEVENT = -3
} odp_timer_set_t;
-/** Maximum timer pool name length in chars including null char */
-#define ODP_TIMER_POOL_NAME_LEN 32
+/**
+ * @def ODP_TIMER_POOL_NAME_LEN
+ * Maximum timer pool name length in chars including null char
+ */
/** Timer pool parameters
* Timer pool parameters are used when creating and querying timer pools.