1*b10749d8SEric Biggers/* SPDX-License-Identifier: GPL-2.0-or-later */ 2*b10749d8SEric Biggers// Copyright 2025 Google LLC 3*b10749d8SEric Biggers 4*b10749d8SEric Biggers#include "crc-pclmul-template.S" 5*b10749d8SEric Biggers 6*b10749d8SEric BiggersDEFINE_CRC_PCLMUL_FUNCS(crc16_msb, /* bits= */ 16, /* lsb= */ 0) 7