Duy Truong | 790f06d | 2013-02-13 16:38:12 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2012, The Linux Foundation. All rights reserved. |
Ravi Kumar V | dc33459 | 2012-08-31 22:55:56 +0530 | [diff] [blame] | 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License version 2 and |
| 5 | * only version 2 as published by the Free Software Foundation. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | */ |
| 12 | |
| 13 | #ifndef __ASM_ARCH_MSM_IRQS_8092_H |
| 14 | #define __ASM_ARCH_MSM_IRQS_8092_H |
| 15 | |
| 16 | /* MSM ACPU Interrupt Numbers */ |
| 17 | |
Ravi Kumar V | dc33459 | 2012-08-31 22:55:56 +0530 | [diff] [blame] | 18 | #define INT_ARMQC_PERFMON (GIC_PPI_START + 10) |
| 19 | /* PPI 15 is unused */ |
| 20 | |
| 21 | #define APCC_QGICL2PERFMONIRPTREQ (GIC_SPI_START + 1) |
| 22 | #define SC_SICL2PERFMONIRPTREQ APCC_QGICL2PERFMONIRPTREQ |
| 23 | #define TLMM_MSM_SUMMARY_IRQ (GIC_SPI_START + 208) |
Ravi Kumar V | dc33459 | 2012-08-31 22:55:56 +0530 | [diff] [blame] | 24 | |
Ravi Kumar V | dc33459 | 2012-08-31 22:55:56 +0530 | [diff] [blame] | 25 | #endif |
| 26 | |