X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FPci%2FIdeBusDxe%2FIde.h;fp=IntelFrameworkModulePkg%2FBus%2FPci%2FIdeBusDxe%2FIde.h;h=5d2bf2cacd1c08a10c53eae3bb0bbb32c4e0422c;hp=0fe6c6d502429834f19339a3146825ea408d4c9f;hb=ef3b352c73b4665cd9f919a22ca4a37cebd1af6f;hpb=4562975865f8278cd7464fb2fa4aa4ac94733e0c diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h index 0fe6c6d502..5d2bf2cacd 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/Ide.h @@ -768,30 +768,6 @@ AtaNonDataCommandIn ( IN UINT8 LbaHigh ); -/** - Send ATA Ext command into device with NON_DATA protocol. - - @param IdeDev Standard IDE device private data structure - @param AtaCommand The ATA command to be sent - @param Device The value in Device register - @param Feature The value in Feature register - @param SectorCount The value in SectorCount register - @param LbaAddress The Lba address in 48-bit mode - - @retval EFI_SUCCESS Reading succeed - @retval EFI_ABORTED Command failed - @retval EFI_DEVICE_ERROR Device status error. - -**/ -EFI_STATUS -AtaNonDataCommandInExt ( - IN IDE_BLK_IO_DEV *IdeDev, - IN UINT8 AtaCommand, - IN UINT8 Device, - IN UINT16 Feature, - IN UINT16 SectorCount, - IN EFI_LBA LbaAddress - ); /** Enable Long Physical Sector Feature for ATA device.