Add support for controlling PERST of WWAN modems (on qmod)

This commit is contained in:
Harald Welte
2017-02-03 22:21:32 +01:00
parent 83207e0cad
commit 31f817c3ac
4 changed files with 67 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
int wwan_perst_do_reset(int modem_nr);
int wwan_perst_init(void);