[ARM] gic: Export irq chip functions
authorColin Cross <ccross@android.com>
Fri, 1 Oct 2010 01:01:18 +0000 (18:01 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:26:17 +0000 (16:26 -0700)
commit48751f29089588156f1f4ba9709aa4d3af674c38
tree816811e22a5cf4fee75b4d225d4fea78018efc5f
parentcd24a00ad75caf98ce0e2c6bae859c65b563940b
[ARM] gic: Export irq chip functions

Some systems combine the GIC with an external interrupt controller.
On these systems it may be necessary to update both the GIC registers
and the external controller's registers to control IRQ behavior.
Export the irq chip functions so that these systems can define a
custom irq chip that calls into the GIC handlers.

Change-Id: I17fc4440fa2c91cc63004abf69c8e872b55c83c6
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/common/gic.c
arch/arm/include/asm/hardware/gic.h