800*320工程文件+初始demo提交
This commit is contained in:
14
SW/components/modules/crc/crc32.h
Normal file
14
SW/components/modules/crc/crc32.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef __CRC32_H__
|
||||
#define __CRC32_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
unsigned int crc32(unsigned int crc, const unsigned char *buf, unsigned int len);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user