X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flib%2Fcc-usb.h;fp=ao-tools%2Flib%2Fcc-usb.h;h=627f1b5d86ad10995f3e62aaae7e604c8bc8ef21;hp=7b6be350f02e6badefe61b5142fdd660f51e8a06;hb=27ebaf8e13aed06bb1ea6e770f767495a02be6c5;hpb=1de322b960005c9a16051afa1881fadb00f4bcd6 diff --git a/ao-tools/lib/cc-usb.h b/ao-tools/lib/cc-usb.h index 7b6be350..627f1b5d 100644 --- a/ao-tools/lib/cc-usb.h +++ b/ao-tools/lib/cc-usb.h @@ -62,4 +62,10 @@ cc_usb_getline(struct cc_usb *cc, char *line, int max); void cc_usb_printf(struct cc_usb *cc, char *format, ...); +void +cc_usb_open_remote(struct cc_usb *cc); + +void +cc_usb_close_remote(struct cc_usb *cc); + #endif /* _CC_USB_H_ */