diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-06-17 19:03:54 +0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-09 21:38:33 +0100 |
commit | 5c9f50e90e8056fb5a8bdd479ab0591d5dad79a0 (patch) | |
tree | f23cc01fa81116402d40a3db91d788e9cd7e5985 /include/asm-arm | |
parent | a1f7fc48c143537e2bf70affee7e8932f5be9bb4 (diff) | |
download | op-kernel-dev-5c9f50e90e8056fb5a8bdd479ab0591d5dad79a0.zip op-kernel-dev-5c9f50e90e8056fb5a8bdd479ab0591d5dad79a0.tar.gz |
[ARM] pxa: add simple gpio debug LEDs support for zylonite
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-pxa/zylonite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/zylonite.h b/include/asm-arm/arch-pxa/zylonite.h index de577de..0d35ca0 100644 --- a/include/asm-arm/arch-pxa/zylonite.h +++ b/include/asm-arm/arch-pxa/zylonite.h @@ -16,6 +16,8 @@ struct platform_mmc_slot { extern struct platform_mmc_slot zylonite_mmc_slot[]; extern int gpio_eth_irq; +extern int gpio_debug_led1; +extern int gpio_debug_led2; extern int wm9713_irq; |