android_kernel_samsung_hero.../arch/m68k/include/asm/io.h

6 lines
78 B
C
Raw Normal View History

2016-08-17 10:41:52 +02:00
#ifdef __uClinux__
#include <asm/io_no.h>
#else
#include <asm/io_mm.h>
#endif