altos/stm: Note that ao_i2c_recv_dma_isr isn't actually used
[fw/altos] / libaltos / libaltos.h
index f90fbb879d3934a2cf1ba7251aa50dd3553cf878..8c49346fdf3a7e45f19934c2bea1355f6b0a7bc0 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
@@ -73,6 +74,9 @@ altos_get_last_error(struct altos_error *error);
 PUBLIC struct altos_list *
 altos_list_start(void);
 
+PUBLIC struct altos_list *
+altos_ftdi_list_start(void);
+
 /* Returns 1 for success, zero on end of list */
 PUBLIC int
 altos_list_next(struct altos_list *list, struct altos_device *device);