API Reference Manual  1.46.0
arch/power64-linux/odp/api/abi/cpu.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2017-2018 Linaro Limited
3  * Copyright (c) 2021 Nokia
4  */
5 
6 #ifndef ODP_API_ABI_CPU_H_
7 #define ODP_API_ABI_CPU_H_
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #define ODP_CACHE_LINE_SIZE 128
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif