diff options
author | Jan Nikitenko <jan.nikitenko@gmail.com> | 2007-07-17 07:04:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:04 -0400 |
commit | ad241528c4919505afccb022acbab3eeb0db4d80 (patch) | |
tree | ec3a2a65707ca032eab973f98aa568ed007389f1 /Documentation/DocBook | |
parent | c06e677aed0c86480b01faa894967daa8aa3568a (diff) |
CRC7 support
Add CRC7 routines, used for example in MMC over SPI communication.
Kerneldoc updates
[akpm@linux-foundation.org: fix funny mix of const and non-const]
Signed-off-by: Jan Nikitenko <jan.nikitenko@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index 46bcff2849bd..fd2ef4d29b6d 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -139,8 +139,10 @@ X!Ilib/string.c | |||
139 | !Elib/cmdline.c | 139 | !Elib/cmdline.c |
140 | </sect1> | 140 | </sect1> |
141 | 141 | ||
142 | <sect1><title>CRC Functions</title> | 142 | <sect1 id="crc"><title>CRC Functions</title> |
143 | !Elib/crc7.c | ||
143 | !Elib/crc16.c | 144 | !Elib/crc16.c |
145 | !Elib/crc-itu-t.c | ||
144 | !Elib/crc32.c | 146 | !Elib/crc32.c |
145 | !Elib/crc-ccitt.c | 147 | !Elib/crc-ccitt.c |
146 | </sect1> | 148 | </sect1> |