use oxpcie only if enabled to avoid baud bottleneck of uart.
[minix.git] / drivers / filter / crc.h
bloba9cfa46573b8374f28da4632b16cb2e0a2674c2a
1 #ifndef _CRC_H
2 #define _CRC_H
4 extern unsigned long compute_crc(const unsigned char *b, size_t n);
6 #endif /* _CRC_H */