root/src/add-ons/kernel/partitioning_systems/gpt/crc32.h
/*
 * Copyright 2013, Axel Dörfler, axeld@pinc-software.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef CRC32_H
#define CRC32_H


#include <SupportDefs.h>


uint32 crc32(const uint8* buffer, size_t size);


#endif  // CRC32_H