Fix compile error caused by __add3()

This commit is contained in:
jsteube
2017-08-27 19:46:17 +02:00
parent 00e38cc2c6
commit a0be36d7b8
3 changed files with 48 additions and 53 deletions
+3
View File
@@ -6,6 +6,9 @@
#ifndef _BITOPS_H
#define _BITOPS_H
u32 __add3 (const u32 a, const u32 b, const u32 c);
u32 __add3_S (const u32 a, const u32 b, const u32 c);
u32 rotl32 (const u32 a, const u32 n);
u32 rotr32 (const u32 a, const u32 n);
u64 rotl64 (const u64 a, const u64 n);