patch-2.4.22 linux-2.4.22/arch/mips/jazz/jazz-ksyms.c

Next file: linux-2.4.22/arch/mips/jazz/kbd-jazz.c
Previous file: linux-2.4.22/arch/mips/jazz/irq.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/jazz/jazz-ksyms.c linux-2.4.22/arch/mips/jazz/jazz-ksyms.c
@@ -0,0 +1,16 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License.  See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003 by Ralf Baechle
+ */
+#include <linux/module.h>
+
+#include <asm/dma.h>
+#include <asm/io.h>
+#include <asm/jazzdma.h>
+
+EXPORT_SYMBOL(vdma_alloc);
+EXPORT_SYMBOL(vdma_free);
+EXPORT_SYMBOL(vdma_log2phys);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)