Added ELF section types check and new error messages
[clinton/Virtual-Jaguar-Rx.git] / src / crc32.h
1 //
2 // CRC32.H
3 //
4
5 #ifndef __CRC32_H__
6 #define __CRC32_H__
7
8 extern int crc32_calcCheckSum(unsigned char * data, unsigned int length);
9
10 #endif // __CRC32_H__