libaltos: Create altos_pause_one_second API
[fw/altos] / libaltos / libaltos_private.h
index ee3dd708873d39a1e05fbb51c488e0748a0a8b94..f356eb6b4907996f4cfda52d0fa3588e80b06cac 100644 (file)
@@ -35,6 +35,7 @@ struct altos_file {
        unsigned char                   in_data[USB_BUF_SIZE];
        int                             in_used;
        int                             in_read;
+       int                             busy;
 };
 
 #ifdef LINUX
@@ -64,4 +65,7 @@ altos_fill(struct altos_file *file, int timeout);
 int
 altos_bt_port(struct altos_bt_device *device);
 
+void
+altos_pause_one_second(void);
+
 #endif /* _LIBALTOS_PRIVATE_H_ */