aboutsummaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmachdev/machdev-device_emul.h b/libmachdev/machdev-device_emul.h
index 7748f37f..9f7b0b21 100644
--- a/libmachdev/machdev-device_emul.h
+++ b/libmachdev/machdev-device_emul.h
@@ -64,7 +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) (mach_port_t);
+ void (*sync) (void);
};
#endif /* _MACHDEV_DEVICE_EMUL_H_ */