]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/div64.h
x86 setup: print missing CPU features in cleartext
[linux-2.6-omap-h63xx.git] / include / asm-arm / div64.h
index 37e0a96e8789b85280b42654931b084c41a5d5ed..0b5f881c3d85a252481f30dc713b60a91f5d7c9f 100644 (file)
@@ -2,6 +2,7 @@
 #define __ASM_ARM_DIV64
 
 #include <asm/system.h>
+#include <linux/types.h>
 
 /*
  * The semantics of do_div() are:
 
 #endif
 
+extern uint64_t div64_64(uint64_t dividend, uint64_t divisor);
+
 #endif