diff options
Diffstat (limited to 'arch/avr32/include/asm/div64.h')
-rw-r--r-- | arch/avr32/include/asm/div64.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/div64.h b/arch/avr32/include/asm/div64.h new file mode 100644 index 000000000000..d7ddd4fdeca6 --- /dev/null +++ b/arch/avr32/include/asm/div64.h @@ -0,0 +1,6 @@ +#ifndef __ASM_AVR32_DIV64_H +#define __ASM_AVR32_DIV64_H + +#include <asm-generic/div64.h> + +#endif /* __ASM_AVR32_DIV64_H */ |