include/cntr/crc32.c was lost in the great involuntary purge. Add a dummy.

This commit is contained in:
Werner Almesberger
2010-11-03 11:05:40 -03:00
parent c91658e1ed
commit f5388cac42
+4
View File
@@ -0,0 +1,4 @@
static uint32_t crc32(uint32_t a, uint32_t b)
{
return 0;
}