7 lines
163 B
C
Executable File
7 lines
163 B
C
Executable File
#ifndef _USBDISKFAST_H_
|
|
#define _USBDISKFAST_H_
|
|
#include <kwrap/type.h>
|
|
|
|
extern THREAD_RETTYPE UsbDiskFast_InitMsdcModeThread(void *arg);
|
|
|
|
#endif //_USBDISKFAST_H_
|