fceugx/source/utils/usb2storage.h
2010-03-21 20:20:42 +00:00

17 lines
180 B
C

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