aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_std_api.c
blob: 0bcd68de2e2dd42b96ce6cd6b321da67ac084df3 (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/std.h>

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