A27R版本修改
This commit is contained in:
7
A58-AMTLDR/Src/crc32.h
Normal file
7
A58-AMTLDR/Src/crc32.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef _CRC32_H
|
||||
#define _CRC32_H
|
||||
|
||||
unsigned int
|
||||
xcrc32(const unsigned char *buf, int len, unsigned int init);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user