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

6 lines
70 B
C

#ifdef __uClinux__
#include "io_no.h"
#else
#include "io_mm.h"
#endif