]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SdMmcPassThru.h
MdePkg: Fix OUT parameters marked as IN OUT
[mirror_edk2.git] / MdePkg / Include / Protocol / SdMmcPassThru.h
index 3db6a3effd12aedc3b5bc864d1133519e371ca20..ac5470b1ac34a05b1a10a1a9f8de1d236aafdfcd 100644 (file)
@@ -164,7 +164,7 @@ EFI_STATUS
   @param[in]     This           A pointer to the EFI_SD_MMMC_PASS_THRU_PROTOCOL instance.\r
   @param[in]     Slot           Specifies the slot number of the SD card for which a device\r
                                 path node is to be allocated and built.\r
   @param[in]     This           A pointer to the EFI_SD_MMMC_PASS_THRU_PROTOCOL instance.\r
   @param[in]     Slot           Specifies the slot number of the SD card for which a device\r
                                 path node is to be allocated and built.\r
-  @param[in,out] DevicePath     A pointer to a single device path node that describes the SD\r
+  @param[out]    DevicePath     A pointer to a single device path node that describes the SD\r
                                 card specified by Slot. This function is responsible for\r
                                 allocating the buffer DevicePath with the boot service\r
                                 AllocatePool(). It is the caller's responsibility to free\r
                                 card specified by Slot. This function is responsible for\r
                                 allocating the buffer DevicePath with the boot service\r
                                 AllocatePool(). It is the caller's responsibility to free\r
@@ -182,7 +182,7 @@ EFI_STATUS
 (EFIAPI *EFI_SD_MMC_PASS_THRU_BUILD_DEVICE_PATH) (\r
   IN     EFI_SD_MMC_PASS_THRU_PROTOCOL       *This,\r
   IN     UINT8                               Slot,\r
 (EFIAPI *EFI_SD_MMC_PASS_THRU_BUILD_DEVICE_PATH) (\r
   IN     EFI_SD_MMC_PASS_THRU_PROTOCOL       *This,\r
   IN     UINT8                               Slot,\r
-  IN OUT EFI_DEVICE_PATH_PROTOCOL            **DevicePath\r
+  OUT    EFI_DEVICE_PATH_PROTOCOL            **DevicePath\r
 );\r
 \r
 /**\r
 );\r
 \r
 /**\r