summaryrefslogtreecommitdiff
path: root/device/device_types_kernel.h
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-05-06 16:50:04 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:09 +0200
commit289f62c55e200cfe11c689cb5a0e43240f977e65 (patch)
tree166fbde15bd51bd868180079a6540cc5e1643d7b /device/device_types_kernel.h
parent4777d7850b0f4826066a878b81b2223bc375886c (diff)
2007-05-06 Thomas Schwinge <tschwinge@gnu.org>
* device/buf.h (minphys): Add return type. * device/device_types_kernel.h: We're not in the eighties anymore... * device/io_req.h: Likewise.
Diffstat (limited to 'device/device_types_kernel.h')
-rw-r--r--device/device_types_kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/device_types_kernel.h b/device/device_types_kernel.h
index c9698b1..87ce00f 100644
--- a/device/device_types_kernel.h
+++ b/device/device_types_kernel.h
@@ -38,7 +38,7 @@
#include <mach/port.h>
#include <device/dev_hdr.h>
-extern device_t dev_port_lookup(/* struct ipc_port * */);
-extern struct ipc_port *convert_device_to_port(/* device_t */);
+extern device_t dev_port_lookup(ipc_port_t);
+extern ipc_port_t convert_device_to_port(device_t);
#endif /* _DEVICE_DEVICE_TYPES_KERNEL_H_ */