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