These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / src / sha1.h
1 #ifndef __SHA1_H
2 #define __SHA1_H
3
4 #include "types.h" // u32
5
6 u32 sha1(const u8 *data, u32 length, u8 *hash);
7
8 #endif // sha1.h