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

6 lines
72 B
C

#ifdef __uClinux__
#include "irq_no.h"
#else
#include "irq_mm.h"
#endif