1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * include/asm-mips/mach-generic/ioremap.h
5 #ifndef __ASM_MACH_GENERIC_IOREMAP_H
6 #define __ASM_MACH_GENERIC_IOREMAP_H
8 #include <linux/types.h>
10 static inline void __iomem
*plat_ioremap(phys_addr_t offset
, unsigned long size
,
16 static inline int plat_iounmap(const volatile void __iomem
*addr
)
21 #endif /* __ASM_MACH_GENERIC_IOREMAP_H */