Genesis-Plus-GX/source/gx/utils/usb2storage.h

17 lines
180 B
C

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