1 #ifndef __USB_SUPPORT_H
2 #define __USB_SUPPORT_H
4 #include "include/iosupport.h"
7 #include "include/mcemu.h"
10 int active
; /* Activation flag */
11 u32 start_sector
; /* Start sector of vmc file */
12 int flags
; /* Card flag */
13 vmc_spec_t specs
; /* Card specifications */
18 item_list_t
* usbGetObject(int initOnly
);
19 int usbFindPartition(char *target
, char *name
);
20 void usbLoadModules(void);