usbloadergx/source/mload/mload_modules.h

32 lines
550 B
C
Raw Normal View History

#ifndef _MLOAD_MODULES_H_
#define _MLOAD_MODULES_H_
#include "dip_plugin.h"
#include "mload.h"
2010-09-21 19:38:18 +02:00
#include "filelist.h"
#ifdef __cplusplus
extern "C"
{
#endif
extern void *external_ehcmodule;
extern int size_external_ehcmodule;
extern int use_port1;
int load_ehc_module();
2010-09-24 02:48:03 +02:00
int load_fatffs_module(u8 *discid);
2010-09-24 02:48:03 +02:00
void enable_ES_ioctlv_vector(void);
void Set_DIP_BCA_Datas(u8 *bca_data);
void test_and_patch_for_port1();
2010-09-24 02:48:03 +02:00
int enable_ffs(int mode);
#ifdef __cplusplus
}
#endif
#endif