linux-surface/kernel/include/linux/crc4.h
2017-09-04 22:31:27 -04:00

9 lines
153 B
C

#ifndef _LINUX_CRC4_H
#define _LINUX_CRC4_H
#include <linux/types.h>
extern uint8_t crc4(uint8_t c, uint64_t x, int bits);
#endif /* _LINUX_CRC4_H */