#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/crc32.h>
#include <crypto/internal/hash.h>
#include <asm/pstate.h>
#include <asm/elf.h>
#include "opcodes.h"
#include "crop_devid.c"
Go to the source code of this file.
#define CHKSUM_BLOCK_SIZE 1 |
#define CHKSUM_DIGEST_SIZE 4 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"crc32c" |
| ) |
|
MODULE_DESCRIPTION |
( |
"CRC32c |
Castagnoli, |
|
|
sparc64 crc32c opcode accelerated" |
|
|
) |
| |
module_exit |
( |
crc32c_sparc64_mod_fini |
| ) |
|
module_init |
( |
crc32c_sparc64_mod_init |
| ) |
|