blob: 860c3d6c5ddee7cea8d7bb9b132b399bae8c2977 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2017 MediaTek Inc.
4 */
5
6#ifndef __MT_IO_H__
7#define __MT_IO_H__
8
9/* only for arm64 */
10#if IS_ENABLED(CONFIG_ARM64)
11#define IOMEM(a) ((void __force __iomem *)((a)))
12#endif
13
14#endif /* !__MT_IO_H__ */
15