Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hardirq_32.h
Go to the documentation of this file.
1 /* hardirq.h: 32-bit Sparc hard IRQ support.
2  *
3  * Copyright (C) 1997 David S. Miller ([email protected])
4  * Copyright (C) 1998-2000 Anton Blanchard ([email protected])
5  */
6 
7 #ifndef __SPARC_HARDIRQ_H
8 #define __SPARC_HARDIRQ_H
9 
10 #define HARDIRQ_BITS 8
11 #include <asm-generic/hardirq.h>
12 
13 #endif /* __SPARC_HARDIRQ_H */