android_kernel_cmhtcleo/arch/m68k/include/asm/io.h
2010-08-27 11:19:57 +02:00

6 lines
70 B
C

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