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

6 lines
74 B
C

#ifdef __uClinux__
#include "bugs_no.h"
#else
#include "bugs_mm.h"
#endif