aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_buffer_inlines.h
diff options
context:
space:
mode:
authorBill Fischofer <bill.fischofer@linaro.org>2015-07-04 18:12:01 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-07 18:38:32 +0300
commit51bff87c87afb41555ce2e42f8ed9f561e7eeffe (patch)
tree6d81cbe675d468e0a23c47e48d6fe140dae2fa7b /platform/linux-generic/include/odp_buffer_inlines.h
parentc210694ccc5a460b43e101236e0360b684377e1e (diff)
api: event: change to odp_event_type_t
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/include/odp_buffer_inlines.h')
-rw-r--r--platform/linux-generic/include/odp_buffer_inlines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_buffer_inlines.h b/platform/linux-generic/include/odp_buffer_inlines.h
index 74af38b9c..18d1a2ea5 100644
--- a/platform/linux-generic/include/odp_buffer_inlines.h
+++ b/platform/linux-generic/include/odp_buffer_inlines.h
@@ -190,7 +190,7 @@ static inline void *segment_map(odp_buffer_hdr_t *buf,
return (void *)seg_addr;
}
-static inline int _odp_buffer_event_type(odp_buffer_t buf)
+static inline odp_event_type_t _odp_buffer_event_type(odp_buffer_t buf)
{
return odp_buf_to_hdr(buf)->event_type;
}