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
top manpage update
[minix.git]
/
drivers
/
filter
/
crc.h
blob
ed38d9793053343b7c5c5fa5c14f1dc2acaafa30
1
#ifndef _CRC_H
2
#define _CRC_H
3
4
extern
unsigned long
compute_crc
(
unsigned char
*
b
,
size_t
n
);
5
6
#endif
/* _CRC_H */