-
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: 234923 b: refs/heads/master c: 19c4f5f h: refs/heads/master i: 234921: c03b2cc 234919: 9d0d4d3 v: v3
- Loading branch information
Sebastian Andrzej Siewior
authored and
Thomas Gleixner
committed
Feb 23, 2011
1 parent
f599fe9
commit a9c2989
Showing
4 changed files
with
60 additions
and
2 deletions.
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: df2634f43f5106947f3735a0b61a6527a4b278cd | ||
refs/heads/master: 19c4f5f7f7e9c5db89a91627af2a426cfb5568de |
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,12 @@ | ||
#ifndef __IRQ_CONTROLLER__ | ||
#define __IRQ_CONTROLLER__ | ||
|
||
struct irq_domain { | ||
int (*xlate)(struct irq_domain *h, const u32 *intspec, u32 intsize, | ||
u32 *out_hwirq, u32 *out_type); | ||
void *priv; | ||
struct device_node *controller; | ||
struct list_head l; | ||
}; | ||
|
||
#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
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