summaryrefslogtreecommitdiff
path: root/device/ds_routines.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-15 23:16:08 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:15 +0200
commit67a6c6b8be26c9d965f5aba52c83927e878f87ef (patch)
tree5d29320cf8a5344f33601470a9551a51017d3218 /device/ds_routines.h
parentc8a75aa6c038e6429406a57e2265d99f702b5f00 (diff)
2008-07-15 Barry deFreese <bddebian@comcast.net>
* device/ds_routine.h (ds_notify): Add prototype. * kern/ipc_kobject.c: Include <device/ds_routines.h>
Diffstat (limited to 'device/ds_routines.h')
-rw-r--r--device/ds_routines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/ds_routines.h b/device/ds_routines.h
index 3281c4c..f794303 100644
--- a/device/ds_routines.h
+++ b/device/ds_routines.h
@@ -47,6 +47,7 @@ kern_return_t device_read_alloc(io_req_t, vm_size_t);
kern_return_t device_write_get(io_req_t, boolean_t *);
boolean_t device_write_dealloc(io_req_t);
+boolean_t ds_notify(mach_msg_header_t *msg);
boolean_t ds_open_done(io_req_t);
boolean_t ds_read_done(io_req_t);
boolean_t ds_write_done(io_req_t);