diff options
Diffstat (limited to 'sys/dev/iommu/iommu.h')
-rw-r--r-- | sys/dev/iommu/iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iommu/iommu.h b/sys/dev/iommu/iommu.h index 7ff5420c9757..dee343f95d6f 100644 --- a/sys/dev/iommu/iommu.h +++ b/sys/dev/iommu/iommu.h @@ -135,6 +135,7 @@ struct iommu_ctx { u_long loads; /* atomic updates, for stat only */ u_long unloads; /* same */ u_int flags; /* (u) */ + uint16_t rid; /* (c) pci RID */ }; /* struct iommu_ctx flags */ |