kernel_samsung_a34x-permissive/drivers/misc/mediatek/dramc/dramc_io.h

17 lines
304 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
* Author: Sagy Shih <sagy.shih@mediatek.com>
*/
#ifndef __DRAMC_IO_H__
#define __DRAMC_IO_H__
/* only for arm64 */
#ifdef CONFIG_ARM64
#define IOMEM(a) ((void __force __iomem *)((a)))
#endif
#endif /* __DRAMC_IO_H__ */