1 /* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef __ARRAY_H__ 8 #define __ARRAY_H__ 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 #include <zephyr/sys/util.h> 15 16 #ifdef __cplusplus 17 } 18 #endif 19 20 #endif /* __ARRAY_H__ */ 21