1#ifndef _UM_DIV64_H
2#define _UM_DIV64_H
3
4#include "asm/arch/div64.h"
5
6extern uint64_t div64_64(uint64_t dividend, uint64_t divisor);
7#endif
8