diff options
Diffstat (limited to 'include/asm-um/div64.h')
-rw-r--r-- | include/asm-um/div64.h | 6 |
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 00000000000..1e17f7409ca --- /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 |