summary refs log tree commit diff stats
path: root/hw/arm/smmu-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm/smmu-internal.h')
-rw-r--r--hw/arm/smmu-internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/arm/smmu-internal.h b/hw/arm/smmu-internal.h
index 843bebb185..d143d296f3 100644
--- a/hw/arm/smmu-internal.h
+++ b/hw/arm/smmu-internal.h
@@ -141,9 +141,4 @@ typedef struct SMMUIOTLBPageInvInfo {
     uint64_t mask;
 } SMMUIOTLBPageInvInfo;
 
-typedef struct SMMUSIDRange {
-    uint32_t start;
-    uint32_t end;
-} SMMUSIDRange;
-
 #endif