-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 212608 b: refs/heads/master c: ed1f31b h: refs/heads/master v: v3
- Loading branch information
Steve Muckle
authored and
Daniel Walker
committed
Oct 8, 2010
1 parent
4b37124
commit b0455bc
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 6cf6dfefe1f07f309998df8734fdc0961dbae38c | ||
refs/heads/master: ed1f31b4b742647e2ec18c885e65fbef484eaf58 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* Copyright (c) 2010 Code Aurora Forum. All rights reserved. | ||
* | ||
* This software is licensed under the terms of the GNU General Public | ||
* License version 2, as published by the Free Software Foundation, and | ||
* may be copied, distributed, and modified under those terms. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_ARCH_MSM_IRQS_8X60_H | ||
#define __ASM_ARCH_MSM_IRQS_8X60_H | ||
|
||
/* MSM ACPU Interrupt Numbers */ | ||
|
||
/* 0-15: STI/SGI (software triggered/generated interrupts) | ||
* 16-31: PPI (private peripheral interrupts) | ||
* 32+: SPI (shared peripheral interrupts) | ||
*/ | ||
|
||
#define NR_GPIO_IRQS 173 | ||
#define NR_MSM_IRQS 256 | ||
#define NR_BOARD_IRQS 0 | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters