Message ID | 20250619183414.100082-4-ebiggers@kernel.org |
---|---|
State | New |
Headers | show |
Series | lib/crc: improve docs and change crc32() to inline function | expand |
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 0096463c7d7f7..111f6a595e48d 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -154,10 +154,12 @@ CRC Functions .. kernel-doc:: lib/crc/crc-itu-t.c :export: .. kernel-doc:: include/linux/crc32.h +.. kernel-doc:: include/linux/crc64.h + Base 2 log and power Functions ------------------------------ .. kernel-doc:: include/linux/log2.h :internal: