-
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.
- Loading branch information
Stephen Rothwell
authored and
Paul Mackerras
committed
Nov 8, 2007
1 parent
7445fd7
commit 86ea4d3
Showing
3 changed files
with
5 additions
and
5 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: f2205fbb5a8933514fd343cc329df631802b4543 | ||
refs/heads/master: 18244cfbc34e6bb3793977739b359a248899f42a |
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,9 +1,13 @@ | ||
#ifndef _ISERIES_IRQ_H | ||
#define _ISERIES_IRQ_H | ||
|
||
#ifdef CONFIG_PCI | ||
extern void iSeries_init_IRQ(void); | ||
extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, u32); | ||
extern void iSeries_activate_IRQs(void); | ||
#else | ||
#define iSeries_init_IRQ NULL | ||
#endif | ||
extern unsigned int iSeries_get_irq(void); | ||
|
||
#endif /* _ISERIES_IRQ_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