summaryrefslogtreecommitdiff
path: root/libmachdev/device_emul.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmachdev/device_emul.h')
-rw-r--r--libmachdev/device_emul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmachdev/device_emul.h b/libmachdev/device_emul.h
index edcf6d07..a5bc4f77 100644
--- a/libmachdev/device_emul.h
+++ b/libmachdev/device_emul.h
@@ -31,7 +31,7 @@
/* Each emulation layer provides these operations. */
struct device_emulation_ops
{
- void (*init) ();
+ void (*init) (void);
void (*reference) (void *);
void (*dealloc) (void *);
mach_port_t (*dev_to_port) (void *);