Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LINUX_CRC4_H
0003 #define _LINUX_CRC4_H
0004 
0005 #include <linux/types.h>
0006 
0007 extern uint8_t crc4(uint8_t c, uint64_t x, int bits);
0008 
0009 #endif /* _LINUX_CRC4_H */