linux/arch/m68k/include/asm/div64.h

6 lines
76 B
C

#ifdef __uClinux__
#include "div64_no.h"
#else
#include "div64_mm.h"
#endif