mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +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
|