zephyr/include/crc16.h
Anas Nashif 521ccca2ae crc: move all crc APIs into one header
Move all CRC APIs into one single header.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-12-04 08:52:46 -06:00

16 lines
265 B
C

/*
* 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