blob: 860c3d6c5ddee7cea8d7bb9b132b399bae8c2977 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2017 MediaTek Inc.
*/
#ifndef __MT_IO_H__
#define __MT_IO_H__
/* only for arm64 */
#if IS_ENABLED(CONFIG_ARM64)
#define IOMEM(a) ((void __force __iomem *)((a)))
#endif
#endif /* !__MT_IO_H__ */