aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/io.h
blob: c70cc91550037c4e5e9317bd79e2d40056913b1e (plain) (blame)
1
2
3
4
5
#ifdef __uClinux__
#include <asm/io_no.h>
#else
#include <asm/io_mm.h>
#endif