Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
irqs.h
Go to the documentation of this file.
1 /*
2  * arch/arm/mach-prima2/include/mach/irqs.h
3  *
4  * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
5  *
6  * Licensed under GPLv2 or later.
7  */
8 
9 #ifndef __ASM_ARCH_IRQS_H
10 #define __ASM_ARCH_IRQS_H
11 
12 #define SIRFSOC_INTENAL_IRQ_START 0
13 #define SIRFSOC_INTENAL_IRQ_END 59
14 #define SIRFSOC_GPIO_IRQ_START (SIRFSOC_INTENAL_IRQ_END + 1)
15 #define NR_IRQS 220
16 
17 #endif