diff options
| author | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
| commit | 95e1ffb15694e54f29f8baaa4232152b703c2a5a (patch) | |
| tree | d6510e195bc06092a8057e34c6442eba4e77d09a /sys/compat/linux/common/linux_ioctl.h | |
| parent | 4f17ba81bcaf3f5086d88a346cbfd12506a5e3e6 (diff) | |
merge ktrace-lwp.
Diffstat (limited to 'sys/compat/linux/common/linux_ioctl.h')
| -rw-r--r-- | sys/compat/linux/common/linux_ioctl.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/compat/linux/common/linux_ioctl.h b/sys/compat/linux/common/linux_ioctl.h index 6db56cb9ef2..27e1698336c 100644 --- a/sys/compat/linux/common/linux_ioctl.h +++ b/sys/compat/linux/common/linux_ioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_ioctl.h,v 1.22 2005/05/03 16:26:28 manu Exp $ */ +/* $NetBSD: linux_ioctl.h,v 1.23 2005/12/11 12:20:19 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -43,22 +43,22 @@ struct linux_sys_ioctl_args; #ifdef _KERNEL __BEGIN_DECLS -int linux_machdepioctl __P((struct proc *, void *, register_t *)); -int linux_ioctl_cdrom __P((struct proc *, struct linux_sys_ioctl_args *, +int linux_machdepioctl __P((struct lwp *, void *, register_t *)); +int linux_ioctl_cdrom __P((struct lwp *, struct linux_sys_ioctl_args *, register_t *)); -int linux_ioctl_termios __P((struct proc *, struct linux_sys_ioctl_args *, +int linux_ioctl_termios __P((struct lwp *, struct linux_sys_ioctl_args *, register_t *)); -int linux_ioctl_socket __P((struct proc *, struct linux_sys_ioctl_args *, +int linux_ioctl_socket __P((struct lwp *, struct linux_sys_ioctl_args *, register_t *)); -int linux_ioctl_hdio __P((struct proc *, struct linux_sys_ioctl_args *, +int linux_ioctl_hdio __P((struct lwp *, struct linux_sys_ioctl_args *, register_t *)); -int linux_ioctl_fdio __P((struct proc *p, struct linux_sys_ioctl_args *uap, +int linux_ioctl_fdio __P((struct lwp *, struct linux_sys_ioctl_args *uap, register_t *retval)); -int linux_ioctl_blkio __P((struct proc *p, struct linux_sys_ioctl_args *uap, +int linux_ioctl_blkio __P((struct lwp *, struct linux_sys_ioctl_args *uap, register_t *retval)); -int linux_ioctl_sg __P((struct proc *p, struct linux_sys_ioctl_args *uap, +int linux_ioctl_sg __P((struct lwp *, struct linux_sys_ioctl_args *uap, register_t *retval)); -int linux_ioctl_mtio __P((struct proc *p, struct linux_sys_ioctl_args *uap, +int linux_ioctl_mtio __P((struct lwp *, struct linux_sys_ioctl_args *uap, register_t *retval)); __END_DECLS #endif /* !_KERNEL */ |
