aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_sync_api.c
blob: 56c86db142e3761bbafb943d573b2860c6d3a946 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (c) 2016-2018, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#include <odp/api/sync.h>

/* Include non-inlined versions of API functions */
#define _ODP_NO_INLINE
#include <odp/api/plat/sync_inlines.h>