| /* | |
| * Copyright (c) 2016 Nordic Semiconductor ASA | |
| * Copyright (c) 2016 Vinayak Kariappa Chettimada | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef _UTIL_H_ | |
| #define _UTIL_H_ | |
| #ifndef DOUBLE_BUFFER_SIZE | |
| #define DOUBLE_BUFFER_SIZE 2 | |
| #endif | |
| #ifndef TRIPLE_BUFFER_SIZE | |
| #define TRIPLE_BUFFER_SIZE 3 | |
| #endif | |
| uint8_t util_ones_count_get(uint8_t *octets, uint8_t octets_len); | |
| #endif |