Linux-6.18.2/lib/crc/x86/crc16-msb-pclmul.S
2025-12-23 20:06:59 +08:00

7 lines
177 B
ArmAsm

/* SPDX-License-Identifier: GPL-2.0-or-later */
// Copyright 2025 Google LLC
#include "crc-pclmul-template.S"
DEFINE_CRC_PCLMUL_FUNCS(crc16_msb, /* bits= */ 16, /* lsb= */ 0)