libc: Move crc8.h, crc16.h and crc32.h from include to include/nuttx

to avoid the conflict with the 3rd party library

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-08-12 14:13:41 +08:00
committed by Petro Karashchenko
parent b3795daa53
commit 2b37909c9e
31 changed files with 52 additions and 51 deletions
+1 -1
View File
@@ -33,10 +33,10 @@
#include <errno.h>
#include <assert.h>
#include <debug.h>
#include <crc32.h>
#include <arpa/inet.h>
#include <nuttx/crc32.h>
#include <nuttx/arch.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h>