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

#include <odp/api/sync.h>

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