X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FNonDiscoverableDeviceRegistrationLib.h;h=c2d9e48353dca19987eb740314584c42340fdd0c;hb=ca4e43239282a97bdc1f5b34abafa2f8774691d9;hp=120d91466095f882a7569205dcae6033adae69ae;hpb=1652dc2158de59483788cff6e06169bcf66643f5;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/NonDiscoverableDeviceRegistrationLib.h b/MdeModulePkg/Include/Library/NonDiscoverableDeviceRegistrationLib.h index 120d914660..c2d9e48353 100644 --- a/MdeModulePkg/Include/Library/NonDiscoverableDeviceRegistrationLib.h +++ b/MdeModulePkg/Include/Library/NonDiscoverableDeviceRegistrationLib.h @@ -32,7 +32,7 @@ typedef enum { /** Register a non-discoverable MMIO device - @param[in] DeviceType The type of non-discoverable device + @param[in] Type The type of non-discoverable device @param[in] DmaType Whether the device is DMA coherent @param[in] InitFunc Initialization routine to be invoked when the device is enabled @@ -43,6 +43,8 @@ typedef enum { @param[in] NumMmioResources The number of UINTN base/size pairs that follow, each describing an MMIO region owned by the device + @param[in] ... The variable argument list which contains the + info about MmioResources. @retval EFI_SUCCESS The registration succeeded. @retval Other The registration failed.