X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-i386%2Fdiv64.h;h=438e980068bd47dc64e0ccfccf5acb1761134e7c;hb=32e3983fe590ac4cd70c7728eb330d43cef031a7;hp=75c67c785bb8dfd5ddcebf1e07579b5270db2a7c;hpb=35d91f75c2c9548e606e813413f03c5cc35da969;p=powerpc.git diff --git a/include/asm-i386/div64.h b/include/asm-i386/div64.h index 75c67c785b..438e980068 100644 --- a/include/asm-i386/div64.h +++ b/include/asm-i386/div64.h @@ -1,6 +1,8 @@ #ifndef __I386_DIV64 #define __I386_DIV64 +#include + /* * do_div() is NOT a C function. It wants to return * two values (the quotient and the remainder), but @@ -45,4 +47,6 @@ div_ll_X_l_rem(long long divs, long div, long *rem) return dum2; } + +extern uint64_t div64_64(uint64_t dividend, uint64_t divisor); #endif