diff options
Diffstat (limited to 'include/system/memory.h')
-rw-r--r-- | include/system/memory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/memory.h b/include/system/memory.h index fbbf4cf..fc35a0d 100644 --- a/include/system/memory.h +++ b/include/system/memory.h @@ -183,6 +183,7 @@ struct IOMMUNotifier { hwaddr start; hwaddr end; int iommu_idx; + void *opaque; QLIST_ENTRY(IOMMUNotifier) node; }; typedef struct IOMMUNotifier IOMMUNotifier; |