]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-arm/arch-omap/bci.h
OMAP2EVM: twl4030 keypad Kconfig dependency fix
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / bci.h
1 /*
2  *  linux/include/asm-arm/arch-omap/bci.h
3  *
4  *  Copyright (C) 2008 Texas Instruments, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10 #ifndef ASMARM_ARCH_BCI_H
11 #define ASMARM_ARCH_BCI_H
12 struct twl4030_bci_platform_data {
13         int *battery_tmp_tbl;
14         unsigned int tblsize;
15 };
16 #endif
17