Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel...
[linux-btrfs-devel.git] / include / linux / crc-t10dif.h
bloba9c96d865ee7144b577afc3752c0a1a94cd95e11
1 #ifndef _LINUX_CRC_T10DIF_H
2 #define _LINUX_CRC_T10DIF_H
4 #include <linux/types.h>
6 __u16 crc_t10dif(unsigned char const *, size_t);
8 #endif