cleanup: include/: move crc.h to sys/crc.h

move crc.h to sys/crc.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-25 12:25:56 -04:00
commit 4e48e87fd2
12 changed files with 198 additions and 183 deletions

View file

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