2017-12-13 21:57:38 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Nordic Semiconductor ASA
|
|
|
|
* Copyright (c) 2015 Runtime Inc
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_CRC8_H_
|
|
|
|
#define ZEPHYR_INCLUDE_CRC8_H_
|
2017-12-13 21:57:38 +08:00
|
|
|
|
2018-12-02 22:51:26 +08:00
|
|
|
#include <crc.h>
|
2017-12-13 21:57:38 +08:00
|
|
|
|
2018-12-02 22:58:22 +08:00
|
|
|
#warning This include file is deprecated in favor of crc.h. \
|
|
|
|
Include crc.h instead.
|
|
|
|
|
2017-12-13 21:57:38 +08:00
|
|
|
#endif
|