summaryrefslogtreecommitdiff
path: root/libmachdev/machdev-device_emul.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmachdev/machdev-device_emul.h')
-rw-r--r--libmachdev/machdev-device_emul.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmachdev/machdev-device_emul.h b/libmachdev/machdev-device_emul.h
index ab1bd92b..edf79b96 100644
--- a/libmachdev/machdev-device_emul.h
+++ b/libmachdev/machdev-device_emul.h
@@ -64,6 +64,7 @@ struct machdev_device_emulation_ops
recnum_t, vm_offset_t, vm_size_t);
io_return_t (*writev_trap) (void *, dev_mode_t,
recnum_t, io_buf_vec_t *, vm_size_t);
+ void (*shutdown) (void);
};
#endif /* _MACHDEV_DEVICE_EMUL_H_ */