spi: efm32: Convert to use GPIO descriptors
[linux/fpc-iii.git] / arch / m68k / include / asm / io.h
blobaabe6420ead2a5996d233a00af822d5dff0eac87
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _M68K_IO_H
3 #define _M68K_IO_H
5 #if defined(__uClinux__) || defined(CONFIG_COLDFIRE)
6 #include <asm/io_no.h>
7 #else
8 #include <asm/io_mm.h>
9 #endif
11 #include <asm-generic/io.h>
13 #endif /* _M68K_IO_H */