drm/i915: Don't return error in evict_everything when we get to the end.
[linux-2.6/linux-2.6-openrd.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