minix/drivers/filter/crc.h

7 lines
120 B
C
Raw Normal View History

2009-12-02 11:08:58 +01:00
#ifndef _CRC_H
#define _CRC_H
extern unsigned long compute_crc(const unsigned char *b, size_t n);
2009-12-02 11:08:58 +01:00
#endif /* _CRC_H */