xref: /linux/arch/sparc/include/asm/hardirq_32.h (revision 005438a8eef063495ac059d128eea71b58de50e5)
1 /* hardirq.h: 32-bit Sparc hard IRQ support.
2  *
3  * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
4  * Copyright (C) 1998-2000 Anton Blanchard (anton@samba.org)
5  */
6 
7 #ifndef __SPARC_HARDIRQ_H
8 #define __SPARC_HARDIRQ_H
9 
10 #include <asm-generic/hardirq.h>
11 
12 #endif /* __SPARC_HARDIRQ_H */
13