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