blob: 321282c071950e722f16787a6dd44aa6198b3a9e [file] [log] [blame]
/*
* Copyright (c) 2018 Workaround GmbH.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_CRC16_H_
#define ZEPHYR_INCLUDE_CRC16_H_
#include <crc.h>
#warning This include file is deprecated in favor of crc.h. \
Include crc.h instead.
#endif