-
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: 220627 b: refs/heads/master c: b0b4a7c h: refs/heads/master i: 220625: fe74bdd 220623: b1ece32 v: v3
- Loading branch information
G, Manjunath Kondaiah
authored and
Samuel Ortiz
committed
Oct 28, 2010
1 parent
11dc3c7
commit 41a7bf5
Showing
4 changed files
with
14 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: 50f19a45961ffa0445db02777ad9342119ceb2aa | ||
refs/heads/master: b0b4a7c28ebee0763cae90d470cfff501a83be37 |
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,10 @@ | ||
#ifndef __TWL_CORE_H__ | ||
#define __TWL_CORE_H__ | ||
|
||
extern int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end); | ||
extern int twl6030_exit_irq(void); | ||
extern int twl4030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end); | ||
extern int twl4030_exit_irq(void); | ||
extern int twl4030_init_chip_irq(const char *chip); | ||
|
||
#endif /* __TWL_CORE_H__ */ |
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