aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/io.h
blob: ca2849afb0877339e18866885b2e8f76401b6ccd (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0 */
#if defined(__uClinux__) || defined(CONFIG_COLDFIRE)
#include <asm/io_no.h>
#else
#include <asm/io_mm.h>
#endif