summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_ioctl.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1996-04-05 00:01:10 +0000
committerchristos <christos@NetBSD.org>1996-04-05 00:01:10 +0000
commit151fa70f784fa4b83a16c26c345ea8309f370bd4 (patch)
tree3e08174c79d8a65fbdf218568ac603e4d4364060 /sys/compat/linux/common/linux_ioctl.h
parentd7130e8385c2803816dab0e32f6c08c3720de103 (diff)
Prototyping changes.
Diffstat (limited to 'sys/compat/linux/common/linux_ioctl.h')
-rw-r--r--sys/compat/linux/common/linux_ioctl.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_ioctl.h b/sys/compat/linux/common/linux_ioctl.h
index f1c8592eaf5..3c8aca786ec 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.3 1996/03/08 04:56:04 mycroft Exp $ */
+/* $NetBSD: linux_ioctl.h,v 1.4 1996/04/05 00:01:36 christos Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@@ -33,3 +33,12 @@
#define _LINUX_IO(x,y) (((x) << 8) | (y))
#define LINUX_IOCGROUP(x) (((x) >> 8) & 0xff)
+
+struct linux_sys_ioctl_args;
+int linux_ioctl_audio __P((struct proc *, struct linux_sys_ioctl_args *,
+ register_t *));
+int linux_machdepioctl __P((struct proc *, void *, 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 *,
+ register_t *));