summaryrefslogtreecommitdiff
path: root/minix/drivers/storage/filter/crc.h
blob: a9cfa46573b8374f28da4632b16cb2e0a2674c2a (plain)
1
2
3
4
5
6
#ifndef _CRC_H
#define _CRC_H

extern unsigned long compute_crc(const unsigned char *b, size_t n);

#endif /* _CRC_H */