aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/i8259.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2008-05-21 11:44:02 +0200
committerThomas Gleixner <tglx@linutronix.de>2008-05-24 15:57:09 +0200
commit40bd21740012132afb62d78ac3e6b82372b2fbc2 (patch)
tree6187f5c5f88d7815546327a1bff8613371cb6fc8 /include/asm-x86/i8259.h
parent75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4 (diff)
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 45d4df3e51e..2f98df91f1f 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__ */