summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/crc16-msb-pclmul.S
blob: e9fe248093a887cff116749afd6b5b0a0b32a35c (plain)
1
2
3
4
5
6
/* 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)