wwan_perst: Support varying timeout and permanent active/inactive

This commit is contained in:
Harald Welte
2017-05-08 22:28:41 +02:00
parent 25a9a80ff5
commit cb093ce878
3 changed files with 51 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
int wwan_perst_do_reset(int modem_nr);
int wwan_perst_set(int modem_nr, int active);
int wwan_perst_do_reset_pulse(int modem_nr, unsigned int duration_ms);
int wwan_perst_init(void);