mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[digest] Add generic CRC32 function
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
committed by
Marty Connor
parent
cd04338f7c
commit
7eaad90976
10
src/include/gpxe/crc32.h
Normal file
10
src/include/gpxe/crc32.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _GPXE_CRC32_H
|
||||
#define _GPXE_CRC32_H
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
u32 crc32_le ( u32 seed, const void *data, size_t len );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user