summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/i8259.h
diff options
context:
space:
mode:
authorPavel Machek2008-05-21 11:44:02 +0200
committerThomas Gleixner2008-05-24 15:57:09 +0200
commit40bd21740012132afb62d78ac3e6b82372b2fbc2 (patch)
tree6187f5c5f88d7815546327a1bff8613371cb6fc8 /include/asm-x86/i8259.h
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 (diff)
downloadkernel-qcow2-linux-40bd21740012132afb62d78ac3e6b82372b2fbc2.tar.gz
kernel-qcow2-linux-40bd21740012132afb62d78ac3e6b82372b2fbc2.tar.xz
kernel-qcow2-linux-40bd21740012132afb62d78ac3e6b82372b2fbc2.zip
x86: automatical unification of i8259.c
Make conversion of i8259 very mechanical -- i8259 was generated by
Diffstat (limited to 'include/asm-x86/i8259.h')
-rw-r--r--include/asm-x86/i8259.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/i8259.h b/include/asm-x86/i8259.h
index 45d4df3e51e6..2f98df91f1f2 100644
--- a/include/asm-x86/i8259.h
+++ b/include/asm-x86/i8259.h
@@ -55,4 +55,6 @@ static inline void outb_pic(unsigned char value, unsigned int port)
udelay(2);
}
+extern struct irq_chip i8259A_chip;
+
#endif /* __ASM_I8259_H__ */