m68k: merge the non-MMU and MMU versions of signal.h
[linux-2.6/kvm.git] / arch / m68k / include / asm / div64.h
blobd211d9f54276766317f725a168f0461008381b1f
1 #ifdef __uClinux__
2 #include "div64_no.h"
3 #else
4 #include "div64_mm.h"
5 #endif