| * Copyright (C) 2004-2006 Atmel Corporation |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| * unsigned int csum_partial(const unsigned char *buff, |
| * int len, unsigned int sum) |
| .type csum_partial,"function" |
| /* checksum complete words, aligned or not */ |
| /* return if we had a whole number of words */ |
| /* checksum any remaining bytes at the end */ |
| .size csum_partial, . - csum_partial |