]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h
1. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBlocks().
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMassStorageDxe / UsbMass.h
index 3e7c700510d7207f47808e7919da31563fe00a12..fe3f8b9e68100ccd9e1bd26d4248f025f95efdea 100644 (file)
@@ -62,7 +62,7 @@ enum {
   USB_MASS_STORE_RBC      = 0x01, // Reduced Block Commands\r
   USB_MASS_STORE_8020I    = 0x02, // SFF-8020i, typically a CD/DVD device\r
   USB_MASS_STORE_QIC      = 0x03, // Typically a tape device\r
-  USB_MASS_STORE_UFI      = 0x04, // Typically a floopy disk driver device\r
+  USB_MASS_STORE_UFI      = 0x04, // Typically a floppy disk driver device\r
   USB_MASS_STORE_8070I    = 0x05, // SFF-8070i, typically a floppy disk driver device.\r
   USB_MASS_STORE_SCSI     = 0x06, // SCSI transparent command set\r
 \r
@@ -138,6 +138,4 @@ UsbClearEndpointStall (
   IN UINT8                    EndpointAddress\r
   );\r
 \r
-extern UINTN mUsbMscInfo;\r
-extern UINTN mUsbMscError;\r
 #endif\r