mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
17 lines
180 B
C
17 lines
180 B
C
|
|
#ifndef __USB2STORAGE_H__
|
|
#define __USB2STORAGE_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void USB2Enable(bool enable);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif
|