summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhub.c
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-07-17 18:41:20 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-07-17 18:41:20 +0000
commit4f04f782152d185604fb4ee1d4fc28d7e88a63c4 (patch)
tree09fabd4540c8c138c886502917893378f2d05c3d /sys/dev/usb/uhub.c
parent4198af2bff9ead29bc20a9334ba1595a9ea60f32 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r--sys/dev/usb/uhub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index 3cd2a4481216..ee25c748fcbf 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -81,8 +81,8 @@ struct uhub_softc {
u_char sc_running;
};
-Static usbd_status uhub_explore __P((usbd_device_handle hub));
-Static void uhub_intr __P((usbd_xfer_handle, usbd_private_handle,usbd_status));
+Static usbd_status uhub_explore(usbd_device_handle hub);
+Static void uhub_intr(usbd_xfer_handle, usbd_private_handle,usbd_status);
#if defined(__FreeBSD__)
Static bus_child_detached_t uhub_child_detached;