00001 #ifndef _CRC3_H_ 00002 #define _CRC3_H_ 00003 00004 00005 00006 unsigned int lookup_crc(int MC); 00007 00008 00009 #endif 00010