mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
6 lines
158 B
C
6 lines
158 B
C
#pragma once
|
|
|
|
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);
|