diff options
| author | christos <christos@NetBSD.org> | 1998-01-15 14:52:11 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1998-01-15 14:52:11 +0000 |
| commit | 05d3f8a2e913830059a6b376f8e4e4c886357cb5 (patch) | |
| tree | c902bbaa7adf527b3115c6dab642a0841674577b /sys/compat/linux/common/linux_ioctl.h | |
| parent | dc8f78518792613b091a51d1f37562ad42aa13af (diff) | |
PR/4794: Urban Boquist: Linux cdrom ioctls are missing
Diffstat (limited to 'sys/compat/linux/common/linux_ioctl.h')
| -rw-r--r-- | sys/compat/linux/common/linux_ioctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_ioctl.h b/sys/compat/linux/common/linux_ioctl.h index 99bb838194d..917434e7d77 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.6 1997/04/04 15:35:59 augustss Exp $ */ +/* $NetBSD: linux_ioctl.h,v 1.7 1998/01/15 14:52:14 christos Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -36,6 +36,8 @@ struct linux_sys_ioctl_args; int linux_machdepioctl __P((struct proc *, void *, register_t *)); +int linux_ioctl_cdrom __P((struct proc *, struct linux_sys_ioctl_args *, + register_t *)); int linux_ioctl_termios __P((struct proc *, struct linux_sys_ioctl_args *, register_t *)); int linux_ioctl_socket __P((struct proc *, struct linux_sys_ioctl_args *, |
