crc: deprecate old headers and issue warning when used

Change code to use crc.h instead crc{8,16,32}.h and issue warning when
old headers are used.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-12-02 09:58:22 -05:00 committed by Kumar Gala
commit b8424b4cae
10 changed files with 15 additions and 9 deletions

View file

@ -5,7 +5,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <crc8.h>
#include <crc.h>
#include "fcb.h"
#include "fcb_priv.h"