src: use new libosmogsm and include/osmocom/[gsm|core] path to headers
[osmocom-bb.git] / src / target / firmware / include / layer1 / sched_gsmtime.h
index eb53728..c40359e 100644 (file)
@@ -2,7 +2,7 @@
 #define _L1_SCHED_GSMTIME_H
 
 #include <stdint.h>
-#include <linuxlist.h>
+#include <osmocom/core/linuxlist.h>
 
 struct sched_gsmtime_event {
        struct llist_head list;
@@ -20,4 +20,5 @@ int sched_gsmtime(const struct tdma_sched_item *si, uint32_t fn, uint16_t p3);
 /* execute all GSMTIME one-shot events pending for 'current_fn' */
 int sched_gsmtime_execute(uint32_t current_fn);
 
+void sched_gsmtime_reset(void);
 #endif