]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/usb_mass_storage.h
Exynos5420: Introduce support for the Peach-Pit board
[karo-tx-uboot.git] / include / usb_mass_storage.h
index e3eb1ebb2e47bf47d6b00188508cc424a8b2c181..69b80cd1a367a602d97e5efb16f67777c15caa20 100644 (file)
 #include <part.h>
 #include <linux/usb/composite.h>
 
-#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__ */