lib/crc/s390/crc32-vx.h

Source file repositories/reference/linux-study-clean/lib/crc/s390/crc32-vx.h

File Facts

System
Linux kernel
Corpus path
lib/crc/s390/crc32-vx.h
Extension
.h
Size
359 bytes
Lines
13
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: implementation source
Status
source implementation candidate

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _CRC32_VX_S390_H
#define _CRC32_VX_S390_H

#include <linux/types.h>

u32 crc32_be_vgfm_16(u32 crc, unsigned char const *buf, size_t size);
u32 crc32_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size);
u32 crc32c_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size);

#endif /* _CRC32_VX_S390_H */

Annotation

Implementation Notes