blob: 12b778d55342e4d3f4b52f66708a2198c95990ae [file] [log] [blame]
Thomas Gleixnercaab2772019-06-03 07:44:50 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Catalin Marinasfc478972012-03-05 11:49:29 +00002/*
3 * Copyright (C) 2012 ARM Ltd.
Catalin Marinasfc478972012-03-05 11:49:29 +00004 */
5#ifndef __ASM_DEVICE_H
6#define __ASM_DEVICE_H
7
8struct dev_archdata {
Will Deacon73150c92013-06-10 19:34:42 +01009#ifdef CONFIG_IOMMU_API
10 void *iommu; /* private IOMMU data */
11#endif
Catalin Marinasfc478972012-03-05 11:49:29 +000012};
13
14struct pdev_archdata {
15};
16
17#endif