tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / arch / arm / mach-sc / include / mach / irqs.h
1 /*
2  * Copyright (C) 2012 Spreadtrum Communications Inc.
3  * 
4  * This software is licensed under the terms of the GNU General Public
5  * License version 2, as published by the Free Software Foundation, and
6  * may be copied, distributed, and modified under those terms.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  */
13
14 #ifndef __ASM_ARCH_SCI_IRQS_H
15 #define __ASM_ARCH_SCI_IRQS_H
16
17 #if defined(CONFIG_ARCH_SCX35)
18 #include "__irqs-sc8830.h"
19 #elif defined(CONFIG_ARCH_SC8825)
20 #include "__irqs-sc8825.h"
21 #else
22 #error "Unknown architecture specification"
23 #endif
24
25 #ifndef __ASSEMBLY__
26
27 //      /*raw interrupt intc interrupt enable */
28 //      void sci_intc_unmask(u32 irq);
29 //      /*raw interrupt intc interrupt disable */
30 //      void sci_intc_mask(u32 irq);
31
32 #endif
33
34 #endif