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

6 lines
72 B
C

#ifdef __uClinux__
#include "fpu_no.h"
#else
#include "fpu_mm.h"
#endif