minix/drivers/filter/crc.h
2009-12-02 10:08:58 +00:00

7 lines
114 B
C

#ifndef _CRC_H
#define _CRC_H
extern unsigned long compute_crc(unsigned char *b, size_t n);
#endif /* _CRC_H */