Message ID | 1516392011-26431-2-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [API-NEXT,v1,1/1] linux-generic: atomic: avoid doxygen warnings on atomic types | expand |
diff --git a/platform/linux-generic/include/odp/api/plat/atomic_types.h b/platform/linux-generic/include/odp/api/plat/atomic_types.h index bc3b9466e..1de4ede1c 100644 --- a/platform/linux-generic/include/odp/api/plat/atomic_types.h +++ b/platform/linux-generic/include/odp/api/plat/atomic_types.h @@ -77,8 +77,10 @@ struct odp_atomic_u32_s { }) #endif +/** @internal */ typedef struct odp_atomic_u64_s odp_atomic_u64_t; +/** @internal */ typedef struct odp_atomic_u32_s odp_atomic_u32_t; #ifdef __cplusplus