summaryrefslogtreecommitdiffstats
path: root/include/linux/coda_sysctl.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-16 06:06:25 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-16 06:06:25 +0000
commitaa944aa3453e47706685bc562711a9e87375941e (patch)
tree8fb37a65f205a90412917ca2b91c429263ef1790 /include/linux/coda_sysctl.h
parent967c65a99059fd459b956c1588ce0ba227912c4e (diff)
Merge with Linux 2.1.72, part 2.
The new signal code with exception of the code for the rt signals. The definitions in <asm/siginfo.h> and <asm/ucontext.h> are currently just stolen from the Alpha and will need to be overhauled.
Diffstat (limited to 'include/linux/coda_sysctl.h')
-rw-r--r--include/linux/coda_sysctl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/coda_sysctl.h b/include/linux/coda_sysctl.h
new file mode 100644
index 000000000..add670b35
--- /dev/null
+++ b/include/linux/coda_sysctl.h
@@ -0,0 +1,10 @@
+/*
+ * Sysctl operations for Coda.
+ * Original version: (C) 1996 Peter Braam
+ * Rewritten for Linux 2.1: (C) 1997 Carnegie Mellon University
+ *
+ * Carnegie Mellon encourages users of this code to contribute improvements
+ * to the Coda project. Contact Peter Braam <coda@cs.cmu.edu>.
+ */
+void coda_sysctl_init(void);
+void coda_sysctl_clean(void);