aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pda_power.h
diff options
context:
space:
mode:
authorAnton Vorontsov <cbouatmailru@gmail.com>2008-01-13 02:44:20 +0300
committerAnton Vorontsov <cbouatmailru@gmail.com>2008-02-02 02:44:34 +0300
commitc3caebad7427f62fe77621bae1bd1da0e56a130d (patch)
treeb5da1069e1c2161a4b7af5a907126968c308a5a3 /include/linux/pda_power.h
parentpda_power: various cleanups (diff)
downloadwireguard-linux-c3caebad7427f62fe77621bae1bd1da0e56a130d.tar.xz
wireguard-linux-c3caebad7427f62fe77621bae1bd1da0e56a130d.zip
pda_power: implement polling
Signed-off-by: Anton Vorontsov <cbou@mail.ru>
Diffstat (limited to 'include/linux/pda_power.h')
-rw-r--r--include/linux/pda_power.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pda_power.h b/include/linux/pda_power.h
index 1375f15797e7..225beb136807 100644
--- a/include/linux/pda_power.h
+++ b/include/linux/pda_power.h
@@ -26,6 +26,7 @@ struct pda_power_pdata {
unsigned int wait_for_status; /* msecs, default is 500 */
unsigned int wait_for_charger; /* msecs, default is 500 */
+ unsigned int polling_interval; /* msecs, default is 2000 */
};
#endif /* __PDA_POWER_H__ */