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/urio.c | |
| parent | 4198af2bff9ead29bc20a9334ba1595a9ea60f32 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/urio.c')
| -rw-r--r-- | sys/dev/usb/urio.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c index fc1d8dae8149..607b9cb6bf6a 100644 --- a/sys/dev/usb/urio.c +++ b/sys/dev/usb/urio.c @@ -97,11 +97,11 @@ int uriodebug = 100; #define RIO_NODIR 2 #if defined(__NetBSD__) -int urioopen __P((dev_t, int, int, struct proc *)); -int urioclose __P((dev_t, int, int, struct proc *p)); -int urioread __P((dev_t, struct uio *uio, int)); -int uriowrite __P((dev_t, struct uio *uio, int)); -int urioioctl __P((dev_t, u_long, caddr_t, int, struct proc *)); +int urioopen(dev_t, int, int, struct proc *); +int urioclose(dev_t, int, int, struct proc *p); +int urioread(dev_t, struct uio *uio, int); +int uriowrite(dev_t, struct uio *uio, int); +int urioioctl(dev_t, u_long, caddr_t, int, struct proc *); cdev_decl(urio); #define RIO_UE_GET_DIR(p) ((UE_GET_DIR(p) == UE_DIR_IN) ? RIO_IN :\ |
