satip-axe/kernel/arch/m68k/include/asm/hardirq.h

6 lines
80 B
C

#ifdef __uClinux__
#include "hardirq_no.h"
#else
#include "hardirq_mm.h"
#endif