top manpage update
[minix.git] / drivers / filter / crc.h
blobed38d9793053343b7c5c5fa5c14f1dc2acaafa30
1 #ifndef _CRC_H
2 #define _CRC_H
4 extern unsigned long compute_crc(unsigned char *b, size_t n);
6 #endif /* _CRC_H */