#ifndef __USB2STORAGE_H__ #define __USB2STORAGE_H__ #ifdef __cplusplus extern "C" { #endif void USB2Enable(bool enable); #ifdef __cplusplus } #endif #endif