diff options
Diffstat (limited to 'libmachdev/ds_routines.c')
-rw-r--r-- | libmachdev/ds_routines.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c index cc99e296..0d60d589 100644 --- a/libmachdev/ds_routines.c +++ b/libmachdev/ds_routines.c @@ -305,7 +305,7 @@ machdev_create_device_port (size_t size, void *result) } void -machdev_device_init() +machdev_device_init(void) { int i; @@ -320,7 +320,7 @@ machdev_device_init() } void -machdev_device_sync() +machdev_device_sync(void) { int i; for (i = 0; i < num_emul; i++) |