aboutsummaryrefslogtreecommitdiff
path: root/include/odp/arch/power64-linux/odp/api/abi/cpu.h
blob: 55b59b1ab356c5f79f12c95de9e12e08cb392b3a (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) 2017-2018 Linaro Limited
 * Copyright (c) 2021 Nokia
 */

#ifndef ODP_API_ABI_CPU_H_
#define ODP_API_ABI_CPU_H_

#ifdef __cplusplus
extern "C" {
#endif

#define ODP_CACHE_LINE_SIZE 128

#ifdef __cplusplus
}
#endif

#endif