kernel_samsung_a34x-permissive/drivers/misc/mediatek/include/mt-plat/mtk_io.h
2024-04-28 15:49:01 +02:00

16 lines
250 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2017 MediaTek Inc.
*/
#ifndef __MT_IO_H__
#define __MT_IO_H__
/* only for arm64 */
#ifdef CONFIG_ARM64
#define IOMEM(a) ((void __force __iomem *)((a)))
#endif
#endif /* !__MT_IO_H__ */