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

6 lines
72 B
C

#ifdef __uClinux__
#include "bug_no.h"
#else
#include "bug_mm.h"
#endif