~ubuntu-branches/ubuntu/precise/linux-lts-saucy/precise-updates

« back to all changes in this revision

Viewing changes to include/linux/crc-t10dif.h

  • Committer: Package Import Robot
  • Author(s): Tim Gardner
  • Date: 2013-10-09 13:31:18 UTC
  • Revision ID: package-import@ubuntu.com-20131009133118-ybmh5ay8kdnou8mj
Tags: 3.11.0-12.18~precise3
UBUNTU: [Config] do_tools_x86=false for armhf

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include <linux/types.h>
5
5
 
 
6
#define CRC_T10DIF_DIGEST_SIZE 2
 
7
#define CRC_T10DIF_BLOCK_SIZE 1
 
8
 
 
9
__u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, size_t len);
6
10
__u16 crc_t10dif(unsigned char const *, size_t);
7
11
 
8
12
#endif