repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use oxpcie only if enabled to avoid baud bottleneck of uart.
[minix.git]
/
drivers
/
filter
/
crc.h
blob
a9cfa46573b8374f28da4632b16cb2e0a2674c2a
1
#ifndef _CRC_H
2
#define _CRC_H
3
4
extern
unsigned long
compute_crc
(
const unsigned char
*
b
,
size_t
n
);
5
6
#endif
/* _CRC_H */