|
@@ -84,4 +84,6 @@ uint64_t __ashrdi3(uint64_t, unsigned int);
|
|
EXPORT_SYMBOL(__ashrdi3);
|
|
EXPORT_SYMBOL(__ashrdi3);
|
|
uint64_t __ashldi3(uint64_t, unsigned int);
|
|
uint64_t __ashldi3(uint64_t, unsigned int);
|
|
EXPORT_SYMBOL(__ashldi3);
|
|
EXPORT_SYMBOL(__ashldi3);
|
|
|
|
+int __ffsdi2(uint64_t);
|
|
|
|
+EXPORT_SYMBOL(__ffsdi2);
|
|
#endif
|
|
#endif
|