2017-03-30 17:54:29 +08:00
|
|
|
/*
|
2018-12-02 22:51:26 +08:00
|
|
|
* Copyright (c) 2018 Workaround GmbH.
|
2017-03-30 17:54:29 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_CRC16_H_
|
|
|
|
#define ZEPHYR_INCLUDE_CRC16_H_
|
2017-03-30 17:54:29 +08:00
|
|
|
|
2018-12-02 22:51:26 +08:00
|
|
|
#include <crc.h>
|
2017-11-20 06:55:05 +08:00
|
|
|
|
2018-12-02 22:51:26 +08:00
|
|
|
#warning This include file is deprecated in favor of crc.h. \
|
|
|
|
Include crc.h instead.
|
2018-03-17 19:44:40 +08:00
|
|
|
|
2017-03-30 17:54:29 +08:00
|
|
|
#endif
|