diff options
Diffstat (limited to 'libmachdev/machdev.h')
-rw-r--r-- | libmachdev/machdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmachdev/machdev.h b/libmachdev/machdev.h index 50bfd41b..007d2750 100644 --- a/libmachdev/machdev.h +++ b/libmachdev/machdev.h @@ -39,6 +39,7 @@ int machdev_trivfs_init(int argc, char **argv, mach_port_t bootstrap_resume_task int machdev_demuxer(mach_msg_header_t *inp, mach_msg_header_t *outp); void machdev_trivfs_server_startup(mach_port_t bootstrap); void * machdev_trivfs_server_loop(void *); +void * machdev_trivfs_server_loop_forever(void *); boolean_t machdev_is_master_device (mach_port_t port); #endif |