Linux Audio
Check our new training course
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* * 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