aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_hash_api.c
blob: 620ea0dfc980e71e8a711aa2fef3ed94dfba0ebb (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2021 Nokia
 */

#include <odp/api/hash.h>

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