]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-sparc64-inw_p.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / kernel-sparc64-inw_p.patch
CommitLineData
e2dd0e1d 1--- linux/include/asm-sparc64/io.h~ Sun Mar 25 18:31:09 2001
2+++ linux/include/asm-sparc64/io.h Sun Nov 17 18:13:23 2002
3@@ -126,6 +126,10 @@
4
5 #define inb_p inb
6 #define outb_p outb
7+#define inw_p inw
8+#define outw_p outw
9+#define inl_p inl
10+#define outl_p outl
11
12 extern void outsb(unsigned long addr, const void *src, unsigned long count);
13 extern void outsw(unsigned long addr, const void *src, unsigned long count);
This page took 0.224628 seconds and 4 git commands to generate.