diff options
Diffstat (limited to 'rbutil/mktccboot/mktccboot.h')
-rw-r--r-- | rbutil/mktccboot/mktccboot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rbutil/mktccboot/mktccboot.h b/rbutil/mktccboot/mktccboot.h index 6c6410c258..2df2c54506 100644 --- a/rbutil/mktccboot/mktccboot.h +++ b/rbutil/mktccboot/mktccboot.h | |||
@@ -35,6 +35,9 @@ unsigned char *patch_firmware_tcc(unsigned char *of_buf, int of_size, | |||
35 | 35 | ||
36 | unsigned char *file_read(char *filename, int *size); | 36 | unsigned char *file_read(char *filename, int *size); |
37 | 37 | ||
38 | /* Test TCC firmware file for consistency using CRC test */ | ||
39 | int test_firmware_tcc(unsigned char* buf, int length); | ||
40 | |||
38 | #ifdef __cplusplus | 41 | #ifdef __cplusplus |
39 | }; | 42 | }; |
40 | #endif | 43 | #endif |