Imported Upstream version 2.9.0
[debian/cc1111] / device / examples / ds390 / readmac / crcutil.h
1 #ifndef CRCUTIL_H_
2 #define CRCUTIL_H_
3
4 #ifdef WANT_CRC_16
5 unsigned int docrc16(unsigned int oldCrc, unsigned int byte);
6 #endif
7
8 unsigned char docrc8(unsigned char oldCrc, unsigned char x);
9 #endif