diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-07-17 18:41:20 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-07-17 18:41:20 +0000 |
| commit | 4f04f782152d185604fb4ee1d4fc28d7e88a63c4 (patch) | |
| tree | 09fabd4540c8c138c886502917893378f2d05c3d /sys/dev/usb/uhid.c | |
| parent | 4198af2bff9ead29bc20a9334ba1595a9ea60f32 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhid.c')
| -rw-r--r-- | sys/dev/usb/uhid.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 01bba201ef47..c3194dcd93e3 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -153,13 +153,13 @@ Static struct cdevsw uhid_cdevsw = { }; #endif -Static void uhid_intr __P((usbd_xfer_handle, usbd_private_handle, - usbd_status)); +Static void uhid_intr(usbd_xfer_handle, usbd_private_handle, + usbd_status); -Static int uhid_do_read __P((struct uhid_softc *, struct uio *uio, int)); -Static int uhid_do_write __P((struct uhid_softc *, struct uio *uio, int)); -Static int uhid_do_ioctl __P((struct uhid_softc *, u_long, caddr_t, int, - struct proc *)); +Static int uhid_do_read(struct uhid_softc *, struct uio *uio, int); +Static int uhid_do_write(struct uhid_softc *, struct uio *uio, int); +Static int uhid_do_ioctl(struct uhid_softc *, u_long, caddr_t, int, + struct proc *); USB_DECLARE_DRIVER(uhid); |
