Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* IOMMU API for s390 PCI devices
3
4
*
4
5
* Copyright IBM Corp. 2015
5
6
* Author(s): Gerald Schaefer <gerald.schaefer@de.ibm.com>
6
7
*/
7
8
​
8
9
#include <linux/pci.h>
9
10
#include <linux/iommu.h>
10
11
#include <linux/iommu-helper.h>