diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-05 11:16:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-05 11:16:46 +0000 |
commit | 027a7939f17e50432db03c3ea354c3d40c9de614 (patch) | |
tree | 4c3fa6ca8a1f12ccba5ddc354c5b0c37935e66a6 /target/linux/adm5120/files/include | |
parent | 3527e7a64951f7af020dc5b5d4e588e5f33d136e (diff) | |
download | upstream-027a7939f17e50432db03c3ea354c3d40c9de614.tar.gz upstream-027a7939f17e50432db03c3ea354c3d40c9de614.tar.bz2 upstream-027a7939f17e50432db03c3ea354c3d40c9de614.zip |
experimental gpiodev support (closes #3613)
SVN-Revision: 12134
Diffstat (limited to 'target/linux/adm5120/files/include')
-rw-r--r-- | target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h index 470ef254de..d3b2213d32 100644 --- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h @@ -64,6 +64,8 @@ static inline void adm5120_pci_set_irq_map(unsigned int nr_irqs, #define ADM5120_NUM_BUTTONS 5 +extern struct resource adm5120_gpiodev_resource; + extern struct adm5120_flash_platform_data adm5120_flash0_data; extern struct adm5120_flash_platform_data adm5120_flash1_data; extern struct platform_nand_data adm5120_nand_data; @@ -79,6 +81,7 @@ extern struct platform_device adm5120_nand_device; extern struct platform_device adm5120_hcd_device; extern struct platform_device adm5120_switch_device; extern struct platform_device adm5120_buttons_device; +extern struct platform_device adm5120_gpiodev_device; extern struct amba_device adm5120_uart0_device; extern struct amba_device adm5120_uart1_device; |