API Reference Manual 1.51.0
Loading...
Searching...
No Matches
api/abi-default/cpu.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2016-2018 Linaro Limited
3 */
4
5#ifndef ODP_ABI_CPU_H_
6#define ODP_ABI_CPU_H_
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12#ifndef ODP_CACHE_LINE_SIZE
13#define ODP_CACHE_LINE_SIZE 64
14#endif
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif