aboutsummaryrefslogtreecommitdiffstats
path: root/src/datenklo/am791x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datenklo/am791x.h')
-rw-r--r--src/datenklo/am791x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datenklo/am791x.h b/src/datenklo/am791x.h
index a75f736..54f1016 100644
--- a/src/datenklo/am791x.h
+++ b/src/datenklo/am791x.h
@@ -67,7 +67,8 @@ typedef struct am791x {
int f0_rx, f1_rx;
/* timers */
- struct timer tx_timer, rx_timer;
+ struct osmo_timer_list tx_timer, rx_timer;
+ double tx_timer_f, rx_timer_f; /* time to stat / flag to stop */
double t_rcon;
double t_rcoff;
double t_brcon;
@@ -104,4 +105,5 @@ void am791x_dtr(am791x_t *am791x, int dtr);
void am791x_rts(am791x_t *am791x, int rts);
void am791x_brts(am791x_t *am791x, int brts);
void am791x_ring(am791x_t *am791x, int ring);
+void am791x_add_del_timers(am791x_t *am791x);