00001 #ifndef __usb_cdc_class_h 00002 #define __usb_cdc_class_h 00003 00004 void usb_cdc_putc(uns8 c); 00005 void usb_cdc_handle_tx(); 00006 uns8 serial_rx_avail(); 00007 uns8 serial_tx_empty(); 00008 void usb_cdc_print_str(char *str); 00009 void usb_cdc_setup(); 00010 00011 #endif