summaryrefslogtreecommitdiff
path: root/iorange.h
diff options
context:
space:
mode:
Diffstat (limited to 'iorange.h')
-rw-r--r--iorange.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iorange.h b/iorange.h
index 97831683f0..cd980a8312 100644
--- a/iorange.h
+++ b/iorange.h
@@ -11,6 +11,7 @@ struct IORangeOps {
uint64_t *data);
void (*write)(IORange *iorange, uint64_t offset, unsigned width,
uint64_t data);
+ void (*destructor)(IORange *iorange);
};
struct IORange {