aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_hash_api.c
blob: 893c9dc11e9701c272817fa06463d8c81cfc662c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (c) 2021, Nokia
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#include <odp/api/hash.h>

/* Non-inlined functions for ABI compat mode */
#define _ODP_NO_INLINE
#include <odp/api/plat/hash_inlines.h>