patch-1.3.44 linux/include/asm-alpha/io.h

Next file: linux/include/asm-alpha/segment.h
Previous file: linux/fs/proc/fd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.43/linux/include/asm-alpha/io.h linux/include/asm-alpha/io.h
@@ -128,6 +128,20 @@
 # define outb_p		outb
 #endif
 
+#ifndef inw_p
+# define inw_p		inw
+#endif
+#ifndef outw_p
+# define outw_p		outw
+#endif
+
+#ifndef inl_p
+# define inl_p		inl
+#endif
+#ifndef outl_p
+# define outl_p		outl
+#endif
+
 /*
  * The "address" in IO memory space is not clearly either a integer or a
  * pointer. We will accept both, thus the casts.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this