repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[SCSI] qla1280: convert to use the data buffer accessors
[linux-2.6/verdex.git]
/
arch
/
powerpc
/
platforms
/
iseries
/
irq.h
blob
69f1b437fc7bb4b90708a6d1e79facc3864a9c39
1
#ifndef _ISERIES_IRQ_H
2
#define _ISERIES_IRQ_H
3
4
extern
void
iSeries_init_IRQ
(
void
);
5
extern
int
iSeries_allocate_IRQ
(
HvBusNumber
,
HvSubBusNumber
,
u32
);
6
extern
void
iSeries_activate_IRQs
(
void
);
7
extern
unsigned int
iSeries_get_irq
(
void
);
8
9
#endif
/* _ISERIES_IRQ_H */