lib/crc: crc64: Add include/linux/crc64.h to kernel-api.rst

The other CRC functions with kerneldoc are here, so add crc64.h too.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250619183414.100082-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
This commit is contained in:
Eric Biggers
2025-06-30 09:31:57 -07:00
parent 0b5a58c078
commit 9b0236f4ef
+2
View File
@@ -156,6 +156,8 @@ CRC Functions
.. kernel-doc:: include/linux/crc32.h
.. kernel-doc:: include/linux/crc64.h
Base 2 log and power Functions
------------------------------