blob: 469564a754addcd828c5faebaf489b928fd7dd72 [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001/*
2 * Copyright (c) 2009, Code Aurora Forum. All rights reserved.
3 *
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