summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-08 23:11:35 +0900
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-08 23:11:35 +0900
commitbe841794c557bbddea42164dbd3bb54b7506e7c5 (patch)
treefca6002e5251f9823bbb0f6fd87502fd9e9aa860 /device
parent6fbdbc6d7fe591592d32328a0066d3908143d6d4 (diff)
Fix implicit declaration of function
Thanks Marin Ramesa for the report. * device/ds_routines.h (device_deallocate): Move declaration to... * include/device/device_types.h (device_deallocate): ... here.
Diffstat (limited to 'device')
-rw-r--r--device/ds_routines.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/ds_routines.h b/device/ds_routines.h
index fad89acd..497b6ac1 100644
--- a/device/ds_routines.h
+++ b/device/ds_routines.h
@@ -49,7 +49,6 @@ 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);
void device_reference(device_t);
-void device_deallocate(device_t);
boolean_t ds_notify(mach_msg_header_t *msg);
boolean_t ds_open_done(io_req_t);