repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
signal: Fix sending signals with siginfo
[cris-mirror.git]
/
include
/
linux
/
crc4.h
blob
8f739f1d794f82ecc208f7fbc4a051b8f8a6e0af
1
#ifndef _LINUX_CRC4_H
2
#define _LINUX_CRC4_H
3
4
#include <linux/types.h>
5
6
extern
uint8_t
crc4
(
uint8_t
c
,
uint64_t
x
,
int
bits
);
7
8
#endif
/* _LINUX_CRC4_H */