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

#include "config.h"

#include <odp/api/sync.h>
#if ODP_ABI_COMPAT == 1
#include <odp/api/plat/sync_inlines.h>
#endif