xref: /haiku/src/add-ons/kernel/file_systems/btrfs/CRCTable.h (revision 220d04022750f40f8bac8f01fa551211e28d04f2)
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 
9 uint32 calculate_crc(uint32 crc, uint8 *data, uint16 length);
10 
11