mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00: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 uint32_t cyg_uint32;
|
||||||
typedef uint16_t cyg_uint16;
|
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);
|
//extern uint32 crc32(uint8 *pdata, uint nbytes, uint32 crc);
|
||||||
|
|
||||||
int fd, fd_w;
|
int fd, fd_w;
|
||||||
|
Loading…
Reference in New Issue
Block a user