aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include-abi/odp/api/abi/hash.h
blob: fe61a21117eca32d6a00916a8be452801b74e9aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2020 Marvell
 */

/**
 * @file
 *
 * ODP hash
 */

#ifndef ODP_API_ABI_HASH_H_
#define ODP_API_ABI_HASH_H_

#include <odp/api/abi-default/hash.h>

/* Inlined functions for non-ABI compat mode */
#include <odp/api/plat/hash_inlines.h>

#endif