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

6 lines
78 B
C

#ifdef __uClinux__
#include "hw_irq_no.h"
#else
#include "hw_irq_mm.h"
#endif