X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FDataHub.h;h=a219e431250f523093f4ba2d355cec0d8db545d7;hb=0e0eeecad42a9aaf17e304fdffabbeed0e8d3a44;hp=f723c7266577cc24e8b360c5856c3d3db7d500fb;hpb=736e104fa3c33d23dde748cd9576056d533e11b4;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Protocol/DataHub.h b/IntelFrameworkPkg/Include/Protocol/DataHub.h index f723c72665..a219e43125 100644 --- a/IntelFrameworkPkg/Include/Protocol/DataHub.h +++ b/IntelFrameworkPkg/Include/Protocol/DataHub.h @@ -20,7 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __DATA_HUB_H__ #define __DATA_HUB_H__ -#include #define EFI_DATA_HUB_PROTOCOL_GUID \ { \ @@ -116,7 +115,9 @@ EFI_STATUS data records exist in the system. @retval EFI_OUT_OF_RESOURCES Record was not returned due to lack of system resources. - + @note: Inconsistent with specification here: + In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as + EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistance is remained for backward compatibility **/ typedef EFI_STATUS @@ -146,7 +147,9 @@ EFI_STATUS @retval EFI_ALREADY_STARTED FilterEvent was previously registered and cannot be registered again. @retval EFI_OUT_OF_RESOURCES The filter driver event was not registered due to lack of system resources. - + @note: Inconsistent with specification here: + In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as + EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility **/ typedef EFI_STATUS @@ -167,7 +170,9 @@ EFI_STATUS @retval EFI_SUCCESS The filter driver represented by FilterEvent was shut off. @retval EFI_NOT_FOUND FilterEvent did not exist. - + @note: Inconsistent with specification here: + In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as + EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility **/ typedef EFI_STATUS