Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
bfin_crc.h File Reference

Go to the source code of this file.

Data Structures

struct  crc_info
 

Macros

#define CRC_IOC_MAGIC   'C'
 
#define CRC_IOC_CALC_CRC   _IOWR('C', 0x01, unsigned int)
 
#define CRC_IOC_MEMCPY_CRC   _IOWR('C', 0x02, unsigned int)
 
#define CRC_IOC_VERIFY_VAL   _IOWR('C', 0x03, unsigned int)
 
#define CRC_IOC_FILL_VAL   _IOWR('C', 0x04, unsigned int)
 

Macro Definition Documentation

#define CRC_IOC_CALC_CRC   _IOWR('C', 0x01, unsigned int)

Definition at line 48 of file bfin_crc.h.

#define CRC_IOC_FILL_VAL   _IOWR('C', 0x04, unsigned int)

Definition at line 51 of file bfin_crc.h.

#define CRC_IOC_MAGIC   'C'

Definition at line 47 of file bfin_crc.h.

#define CRC_IOC_MEMCPY_CRC   _IOWR('C', 0x02, unsigned int)

Definition at line 49 of file bfin_crc.h.

#define CRC_IOC_VERIFY_VAL   _IOWR('C', 0x03, unsigned int)

Definition at line 50 of file bfin_crc.h.