fix a stupid bug which made mountpoint detection based on folders non-functional...
[Rockbox.git] / firmware / include / crc32-mi4.h
blobe7f3229d5b782a0723afd2938c6dec15d5087a61
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id: crc32.h 10464 2006-08-05 20:19:10Z miipekk $
10 * Copyright (C) 2007 Barry Wardell
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
18 ****************************************************************************/
19 #ifndef _CRC32_MI4_H
20 #define _CRC32_MI4_H
22 unsigned int chksum_crc32 (unsigned char *block, unsigned int length);
23 void chksum_crc32gentab (void);
25 #endif