linux-uconsole/include/linux/radio_ctrl/wrigley_ctrl.h
James Wylder 72bc4c22e7 radio_ctrl: remove host_wake from wrigley driver
Change-Id: I14f17eea39a4ee208b5be7b268187efe3197f619
Signed-off-by: James Wylder <james.wylder@motorola.com>
2011-03-21 13:56:23 -07:00

26 lines
927 B
C

/*
* Copyright (C) 2011 Motorola, Inc.
*
* 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 by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307 USA
*/
#ifndef __LINUX_WRIGLEY_CTRL_H__
#define __LINUX_WRIGLEY_CTRL_H__
struct wrigley_ctrl_platform_data {
unsigned int gpio_disable;
unsigned int gpio_reset;
unsigned int gpio_force_flash;
};
#endif /* __LINUX_WRIGLEY_CTRL_H__ */