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

#include "config.h"

#include <odp/api/byteorder.h>

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