xref: /linux/arch/m68k/include/asm/io.h (revision 97f9f9763a7a431e04f0ffd4e62d0d288a59f908)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #if defined(__uClinux__) || defined(CONFIG_COLDFIRE)
3 #include <asm/io_no.h>
4 #else
5 #include <asm/io_mm.h>
6 #endif
7