From 11b8dfe86c06e655019268ade9775e96ca96e195 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 8 Jun 2008 06:37:31 +0000 Subject: add button devices to several boards SVN-Revision: 11402 --- .../files/include/asm-mips/mach-adm5120/adm5120_platform.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'target/linux/adm5120/files/include') 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 d2ad373af3..ef895ed1c8 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 @@ -3,8 +3,8 @@ * * ADM5120 specific platform definitions * - * Copyright (C) 2007 OpenWrt.org - * Copyright (C) 2007 Gabor Juhos + * Copyright (C) 2007-2008 OpenWrt.org + * Copyright (C) 2007-2008 Gabor Juhos * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -23,6 +23,9 @@ #include #include +#include +#include + #include #include @@ -59,10 +62,14 @@ static inline void adm5120_pci_set_irq_map(unsigned int nr_irqs, } #endif +#define ADM5120_NUM_BUTTONS 4 + 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; extern struct adm5120_switch_platform_data adm5120_switch_data; +extern struct gpio_button adm5120_buttons[ADM5120_NUM_BUTTONS]; +extern struct gpio_buttons_platform_data adm5120_buttons_data; extern struct amba_pl010_data adm5120_uart0_data; extern struct amba_pl010_data adm5120_uart1_data; @@ -71,6 +78,7 @@ extern struct platform_device adm5120_flash1_device; 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 amba_device adm5120_uart0_device; extern struct amba_device adm5120_uart1_device; -- cgit v1.2.3