blob: 153c69adece2bf81eee00df8d8a27e8f0f6ee212 [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001/*
Duy Truong790f06d2013-02-13 16:38:12 -08002 * Copyright (c) 2009, The Linux Foundation. All rights reserved.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07003 *
4 * This software is licensed under the terms of the GNU General Public
5 * License version 2, as published by the Free Software Foundation, and
6 * may be copied, distributed, and modified under those terms.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 */
14
15#ifndef _MSM_KEYPAD_DEVICES_H
16#define _MSM_KEYPAD_DEVICES_H
17
18extern struct platform_device keypad_device_7k_ffa;
19extern struct platform_device keypad_device_8k_ffa;
20extern struct platform_device keypad_device_surf;
21
22#endif