summaryrefslogtreecommitdiff
path: root/include/asm-um/div64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/div64.h')
-rw-r--r--include/asm-um/div64.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/div64.h b/include/asm-um/div64.h
new file mode 100644
index 000000000000..1e17f7409cab
--- /dev/null
+++ b/include/asm-um/div64.h
@@ -0,0 +1,6 @@
+#ifndef _UM_DIV64_H
+#define _UM_DIV64_H
+
+#include "asm/arch/div64.h"
+
+#endif