1/*
2 * Copyright 2011, Haiku Inc. All rights reserved.
3 * This file may be used under the terms of the MIT License.
4 *
5 * Authors:
6 *		J��r��me Duval
7 */
8
9uint16 calculate_crc(uint16 crc, uint8 *data, uint16 length);
10
11
12