summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/sched_trx.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-07-27 16:53:09 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-19 17:35:07 +0700
commit2001221d750282a87f98c14f10aabe4a88ef76f2 (patch)
tree08b2a1537fabe50531b6416a3ffa0f80b2b5de3f /src/host/trxcon/sched_trx.h
parent00bb1d5a79c48da0142590e519f6452e72fb5ac7 (diff)
host/trxcon/scheduler: optionally reset clock counter
Diffstat (limited to 'src/host/trxcon/sched_trx.h')
-rw-r--r--src/host/trxcon/sched_trx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/sched_trx.h b/src/host/trxcon/sched_trx.h
index cab290b8..ff3d254e 100644
--- a/src/host/trxcon/sched_trx.h
+++ b/src/host/trxcon/sched_trx.h
@@ -248,7 +248,7 @@ const struct trx_multiframe *sched_mframe_layout(
/* Scheduler management functions */
int sched_trx_init(struct trx_instance *trx);
-int sched_trx_reset(struct trx_instance *trx);
+int sched_trx_reset(struct trx_instance *trx, int reset_clock);
int sched_trx_shutdown(struct trx_instance *trx);
/* Timeslot management functions */