-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/…
…git/jgg/iommufd.git
- Loading branch information
Showing
17 changed files
with
1,032 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
#ifndef __LINUX_IOMMU_PRIV_H | ||
#define __LINUX_IOMMU_PRIV_H | ||
|
||
#include <linux/iommu.h> | ||
|
||
int iommu_group_replace_domain(struct iommu_group *group, | ||
struct iommu_domain *new_domain); | ||
|
||
#endif /* __LINUX_IOMMU_PRIV_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.