00001 /***************************************************************************/ 00015 #ifndef __CDC_H 00016 #define __CDC_H 00017 00018 /***************************************************************************/ 00023 /***************************************************************************/ 00028 #ifdef __cplusplus 00029 extern "C" { 00030 #endif 00031 00032 void CDC_Init( void ); 00033 int CDC_SetupCmd(const USB_Setup_TypeDef *setup); 00034 void CDC_StateChangeEvent( USBD_State_TypeDef oldState, 00035 USBD_State_TypeDef newState); 00036 00037 #ifdef __cplusplus 00038 } 00039 #endif 00040 00044 #endif /* __CDC_H */