blob: dc9a1f3dddf87a38e42a752d64f1c86ec77ee7c8 [file] [log] [blame]
/*
* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __ARRAY_H__
#define __ARRAY_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <zephyr/sys/util.h>
#ifdef __cplusplus
}
#endif
#endif /* __ARRAY_H__ */