/* | |
* Copyright (c) 2017 Nordic Semiconductor ASA | |
* Copyright (c) 2015 Runtime Inc | |
* | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
#ifndef ZEPHYR_INCLUDE_CRC8_H_ | |
#define ZEPHYR_INCLUDE_CRC8_H_ | |
#include <crc.h> | |
#warning This include file is deprecated in favor of crc.h. \ | |
Include crc.h instead. | |
#endif |