Linux Kernel
3.7.1
|
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) |
Definition at line 48 of file bfin_crc.h.
Definition at line 51 of file bfin_crc.h.
#define CRC_IOC_MAGIC 'C' |
Definition at line 47 of file bfin_crc.h.
Definition at line 49 of file bfin_crc.h.
Definition at line 50 of file bfin_crc.h.