repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xen: cleancache shim to Xen Transcendent Memory
[linux-2.6/next.git]
/
arch
/
x86
/
include
/
asm
/
irq_controller.h
blob
423bbbddf36d35c02cd50f92636aafc82a2b684a
1
#ifndef __IRQ_CONTROLLER__
2
#define __IRQ_CONTROLLER__
3
4
struct
irq_domain
{
5
int
(*
xlate
)(
struct
irq_domain
*
h
,
const
u32
*
intspec
,
u32 intsize
,
6
u32
*
out_hwirq
,
u32
*
out_type
);
7
void
*
priv
;
8
struct
device_node
*
controller
;
9
struct
list_head l
;
10
};
11
12
#endif