patch-2.4.13 linux/arch/arm/mach-ebsa110/io.c
Next file: linux/arch/arm/mach-integrator/cpu.c
Previous file: linux/arch/arm/lib/udivdi3.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Oct 11 09:04:57 2001
- Orig file:
v2.4.12/linux/arch/arm/mach-ebsa110/io.c
- Orig date:
Mon Aug 27 12:41:38 2001
diff -u --recursive --new-file v2.4.12/linux/arch/arm/mach-ebsa110/io.c linux/arch/arm/mach-ebsa110/io.c
@@ -279,6 +279,9 @@
__raw_readsb(ISAIO_BASE + off, from, len);
}
+EXPORT_SYMBOL(outsb);
+EXPORT_SYMBOL(insb);
+
void outsw(unsigned int port, const void *from, int len)
{
u32 off;
@@ -308,6 +311,9 @@
__raw_readsw(ISAIO_BASE + off, from, len);
}
+
+EXPORT_SYMBOL(outsw);
+EXPORT_SYMBOL(insw);
void outsl(unsigned int port, const void *from, int len)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)