xref: /openbmc/linux/arch/m68k/include/asm/io.h (revision ba61bb17)
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