aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhid.c
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-04-03 20:58:30 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-04-03 20:58:30 +0000
commitcdb51d12a651450156caf19a79ed364676ea08e6 (patch)
tree8da22341a2305e9430768c221b51121e4be40654 /sys/dev/usb/uhid.c
parent2a8e2fe6697072f3f88b48ce1cf925fb22827c1b (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r--sys/dev/usb/uhid.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c
index 702a5b7a46de..76d822be0be4 100644
--- a/sys/dev/usb/uhid.c
+++ b/sys/dev/usb/uhid.c
@@ -132,7 +132,7 @@ d_poll_t uhidpoll;
#define UHID_CDEV_MAJOR 122
-static struct cdevsw uhid_cdevsw = {
+Static struct cdevsw uhid_cdevsw = {
/* open */ uhidopen,
/* close */ uhidclose,
/* read */ uhidread,
@@ -150,12 +150,12 @@ static struct cdevsw uhid_cdevsw = {
};
#endif
-static void uhid_intr __P((usbd_xfer_handle, usbd_private_handle,
+Static void uhid_intr __P((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,
+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 *));
USB_DECLARE_DRIVER(uhid);