mirror of
https://github.com/coolsnowwolf/lede
synced 2025-01-09 09:37:33 +08:00
firmware-utils: fix cyg_crc32_accumulate call
This commit is contained in:
parent
54d5790ab6
commit
a624e88e63
@ -63,7 +63,7 @@ typedef unsigned int uint32;
|
||||
typedef uint32_t cyg_uint32;
|
||||
typedef uint16_t cyg_uint16;
|
||||
|
||||
extern cyg_uint32 cyg_crc32_accumulate(cyg_uint32 crc32val, unsigned char *s, int len);
|
||||
extern cyg_uint32 cyg_crc32_accumulate(cyg_uint32 crc, void *s, int len);
|
||||
//extern uint32 crc32(uint8 *pdata, uint nbytes, uint32 crc);
|
||||
|
||||
int fd, fd_w;
|
||||
|
Loading…
Reference in New Issue
Block a user