Fix compile error caused by __add3()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user