//----------------------------------------------------------------------------- // F34x_MSD_VBUS_Functions.h //----------------------------------------------------------------------------- // Copyright 2006 Silicon Laboratories, Inc. // http://www.silabs.com // // Program Description: // // Header file with function prototypes relevant to F34x_MSD_VBUS_Functions.c // // // FID: 34X000070 // Target: C8051F34x // Tool chain: Keil // Command Line: See Readme.txt // Project Name: F34x_USB_MSD // // Release 1.1 // -All changes by PKC // -09 JUN 2006 // -No changes; incremented revision number to match project revision // // Release 1.0 // -Initial Release // //----------------------------------------------------------------------------- // Header File Preprocessor Directive //----------------------------------------------------------------------------- #ifndef __F34X_MSD_VBUS_FUNCTIONS_H__ #define __F34X_MSD_VBUS_FUNCTIONS_H__ //----------------------------------------------------------------------------- // Function Prototypes //----------------------------------------------------------------------------- void check_USB(); //----------------------------------------------------------------------------- // Header File Preprocessor Directive //----------------------------------------------------------------------------- #endif // #define __F34X_MSD_VBUS_FUNCTIONS_H__ //----------------------------------------------------------------------------- // End Of File //-----------------------------------------------------------------------------