Added a specific breakpoint for the M68K illegal instruction exception
[clinton/Virtual-Jaguar-Rx.git] / src / crc32.h
... / ...
CommitLineData
1//
2// CRC32.H
3//
4
5#ifndef __CRC32_H__
6#define __CRC32_H__
7
8extern int crc32_calcCheckSum(unsigned char * data, unsigned int length);
9
10#endif // __CRC32_H__