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:
parent
bd977d06f8
commit
4e48e87fd2
12 changed files with 198 additions and 183 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue