[edk2-devel] [PATCH] Pkg-Module: MdePkg/Include/Protocol/PxeBaseCodeCallBack.h

brentholtsclaw posted 1 patch 2 years, 1 month ago
Failed in applying to current master (apply log)
MdePkg/Include/Protocol/PxeBaseCodeCallBack.h | 2 ++
1 file changed, 2 insertions(+)
[edk2-devel] [PATCH] Pkg-Module: MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
Posted by brentholtsclaw 2 years, 1 month ago
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3849

PxeBaseCodeCallBack.h lacks definition for EFI_PXE_BASE_CODE_PACKET

+  #include <Protocol/PxeBaseCode.h>

///

Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
---
 MdePkg/Include/Protocol/PxeBaseCodeCallBack.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
index 65b3220698..ac7269cf78 100644
--- a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
+++ b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
@@ -13,6 +13,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #ifndef _PXE_BASE_CODE_CALLBACK_H_
 #define _PXE_BASE_CODE_CALLBACK_H_
 
+#include <Protocol/PxeBaseCode.h>
+
 ///
 /// Call Back Definitions.
 ///
-- 
2.27.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#87375): https://edk2.groups.io/g/devel/message/87375
Mute This Topic: https://groups.io/mt/89651441/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
回复: [edk2-devel] [PATCH] Pkg-Module: MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
Posted by gaoliming 2 years, 1 month ago
Brent:

Please update commit title as MdePkg Include: Update Protocol
PxeBaseCodeCallBack.h

With this change, Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>  

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表
> brentholtsclaw
> 发送时间: 2022年3月9日 7:19
> 收件人: devel@edk2.groups.io
> 抄送: brentholtsclaw <brent.holtsclaw@intel.com>
> 主题: [edk2-devel] [PATCH] Pkg-Module:
> MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3849
> 
> PxeBaseCodeCallBack.h lacks definition for EFI_PXE_BASE_CODE_PACKET
> 
> +  #include <Protocol/PxeBaseCode.h>
> 
> ///
> 
> Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
> ---
>  MdePkg/Include/Protocol/PxeBaseCodeCallBack.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
> b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
> index 65b3220698..ac7269cf78 100644
> --- a/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
> +++ b/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
> @@ -13,6 +13,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
>  #ifndef _PXE_BASE_CODE_CALLBACK_H_
>  #define _PXE_BASE_CODE_CALLBACK_H_
> 
> +#include <Protocol/PxeBaseCode.h>
> +
>  ///
>  /// Call Back Definitions.
>  ///
> --
> 2.27.0.windows.1
> 
> 
> 
> 
> 







-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#87442): https://edk2.groups.io/g/devel/message/87442
Mute This Topic: https://groups.io/mt/89702013/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-