Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gpio_vbus.h
Go to the documentation of this file.
1 /*
2  * A simple GPIO VBUS sensing driver for B peripheral only devices
3  * with internal transceivers.
4  * Optionally D+ pullup can be controlled by a second GPIO.
5  *
6  * Copyright (c) 2008 Philipp Zabel <[email protected]>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  *
12  */
13 
27  int gpio_vbus;
31  bool wakeup;
32 };