Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixes
[linux-2.6-microblaze.git] / arch / m68k / include / asm / io.h
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