aboutsummaryrefslogtreecommitdiff
path: root/helper/include
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2021-09-13 11:01:11 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2021-09-30 11:10:11 +0300
commit7f88e6a0777aa41d8175ecbc257e37df5714daff (patch)
tree38a7a19cc538d443dd701049dc16f9add8f69bca /helper/include
parent4afbff3323cf1d2f88e51eb6133cbc9c335bc0d7 (diff)
helper: threads: deprecate odph_odpthread_t and odph_odpthread_params_t
Document odph_odpthread_t and odph_odpthread_params_t as deprecated. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'helper/include')
-rw-r--r--helper/include/odp/helper/threads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/helper/include/odp/helper/threads.h b/helper/include/odp/helper/threads.h
index fda9a3b4f..d7cb0ac2a 100644
--- a/helper/include/odp/helper/threads.h
+++ b/helper/include/odp/helper/threads.h
@@ -1,5 +1,5 @@
/* Copyright (c) 2013-2018, Linaro Limited
- * Copyright (c) 2019, Nokia
+ * Copyright (c) 2019-2021, Nokia
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
@@ -127,10 +127,10 @@ typedef struct {
odp_mem_model_t mem_model; /**< Process or thread */
} odph_helper_options_t;
-/** Legacy thread table entry */
+/** @deprecated Legacy thread table entry */
typedef odph_thread_t odph_odpthread_t;
-/** Legacy thread parameters */
+/** @deprecated Legacy thread parameters */
typedef odph_thread_param_t odph_odpthread_params_t;
/** Common parameters for odph_thread_create() call */