first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / kernel / ao_tracker.h
index a0fd2f49294ab9a8e0cb18d26c9a5afbc299f02f..27fa15a896dc7a266fa7a385de37274ec7080679 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
 void
 ao_tracker_init(void);
 
+void
+ao_tracker_erase_start(int32_t flight);
+
+void
+ao_tracker_erase_end(void);
+
 #endif /* _AO_TRACKER_H_ */