]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-m68k/div64.h
Consolidate of_get_parent
[karo-tx-linux.git] / include / asm-m68k / div64.h
index 9f65de1a24808b1c3f691030c6b66b99ef0582ae..33caad1628d4276619daa5b442319a386f4d17a3 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _M68K_DIV64_H
 #define _M68K_DIV64_H
 
+#include <linux/types.h>
+
 /* n = n / base; return rem; */
 
 #define do_div(n, base) ({                                     \
@@ -23,4 +25,5 @@
        __rem;                                                  \
 })
 
+extern uint64_t div64_64(uint64_t dividend, uint64_t divisor);
 #endif /* _M68K_DIV64_H */