X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fusb_mass_storage.h;h=69b80cd1a367a602d97e5efb16f67777c15caa20;hb=06ca28eb3610a779619a57957df334f46c3ebe21;hp=e3eb1ebb2e47bf47d6b00188508cc424a8b2c181;hpb=ce19d974018273c8f69d98b7139e7fef822cc02a;p=oweals%2Fu-boot.git diff --git a/include/usb_mass_storage.h b/include/usb_mass_storage.h index e3eb1ebb2e..69b80cd1a3 100644 --- a/include/usb_mass_storage.h +++ b/include/usb_mass_storage.h @@ -12,14 +12,6 @@ #include #include -#ifndef UMS_START_SECTOR -#define UMS_START_SECTOR 0 -#endif - -#ifndef UMS_NUM_SECTORS -#define UMS_NUM_SECTORS 0 -#endif - /* Wait at maximum 60 seconds for cable connection */ #define UMS_CABLE_READY_TIMEOUT 60 @@ -38,7 +30,6 @@ extern struct ums *ums; int fsg_init(struct ums *); void fsg_cleanup(void); -struct ums *ums_init(unsigned int); int fsg_main_thread(void *); int fsg_add(struct usb_configuration *c); #endif /* __USB_MASS_STORAGE_H__ */