aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp/api/plat/event_inline_types.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-11-02 09:01:58 +0200
committerMatias Elo <matias.elo@nokia.com>2022-11-29 16:37:29 +0200
commitc0871ea33e73fc77d1e001f650af3bd397922847 (patch)
tree01f88972f946f4289de765c8557503c831203766 /platform/linux-generic/include/odp/api/plat/event_inline_types.h
parent4a3bb9ca46667a67fd2255a7b2efd2b9a840229f (diff)
linux-gen: move inline offset variable declarations
Move declarations of extern inline offset variables to same headers with related accessor macros. This way each user of accessor macros won't have to redeclare the same variables. Unnecessary Doxygen comment syntax has been removed from pool_inline_types.h. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'platform/linux-generic/include/odp/api/plat/event_inline_types.h')
-rw-r--r--platform/linux-generic/include/odp/api/plat/event_inline_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linux-generic/include/odp/api/plat/event_inline_types.h b/platform/linux-generic/include/odp/api/plat/event_inline_types.h
index 77a0deecb..caa075871 100644
--- a/platform/linux-generic/include/odp/api/plat/event_inline_types.h
+++ b/platform/linux-generic/include/odp/api/plat/event_inline_types.h
@@ -33,6 +33,8 @@ typedef struct _odp_event_inline_offset_t {
} _odp_event_inline_offset_t;
+extern const _odp_event_inline_offset_t _odp_event_inline_offset;
+
/** @endcond */
#ifdef __cplusplus