aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_byteorder_api.c
blob: 4b9f0da7a1c3eb49591d6672a2c3bfba0ff7f4e8 (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/byteorder.h>

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