]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Opal/OpalPassword/OpalAhciMode.h
SecurityPkg: Remove dead code and inf redundant definitions.
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPassword / OpalAhciMode.h
index 037f81ac24a7e26c8906d2e856d4875f6a1fa8a8..2076b0411b8caf197e9423d09de63dc165b1e5a9 100644 (file)
@@ -293,29 +293,6 @@ typedef struct {
   UINT32                    AhciBar;\r
 } AHCI_CONTEXT;\r
 \r
-/**\r
-  Send Buffer cmd to specific device.\r
-\r
-  @param  AhciContext         The pointer to the AHCI_CONTEXT.\r
-  @param  Port                The number of port.\r
-  @param  PortMultiplier      The timeout Value of stop.\r
-  @param  Buffer              The Data Buffer to store IDENTIFY PACKET Data.\r
-\r
-  @retval EFI_DEVICE_ERROR    The cmd abort with error occurs.\r
-  @retval EFI_TIMEOUT         The operation is time out.\r
-  @retval EFI_UNSUPPORTED     The device is not ready for executing.\r
-  @retval EFI_SUCCESS         The cmd executes successfully.\r
-\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-AhciIdentify (\r
-  IN AHCI_CONTEXT             *AhciContext,\r
-  IN UINT8                    Port,\r
-  IN UINT8                    PortMultiplier,\r
-  IN OUT ATA_IDENTIFY_DATA    *Buffer\r
-  );\r
-\r
 /**\r
   Allocate transfer-related data struct which is used at AHCI mode.\r
 \r