X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=libaltos%2Flibaltos_private.h;h=f356eb6b4907996f4cfda52d0fa3588e80b06cac;hp=f8e5231bf26b488d901b617e385d168d8f77607a;hb=45f7b91ea126f8f9e607a8ee53df655d992590f2;hpb=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a diff --git a/libaltos/libaltos_private.h b/libaltos/libaltos_private.h index f8e5231b..f356eb6b 100644 --- a/libaltos/libaltos_private.h +++ b/libaltos/libaltos_private.h @@ -35,6 +35,7 @@ struct altos_file { unsigned char in_data[USB_BUF_SIZE]; int in_used; int in_read; + int busy; }; #ifdef LINUX @@ -61,4 +62,10 @@ altos_flush(struct altos_file *file); int 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_ */