#ifndef _GPXE_CRC32_H #define _GPXE_CRC32_H FILE_LICENCE ( GPL2_OR_LATER ); #include u32 crc32_le ( u32 seed, const void *data, size_t len ); #endif