public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] Pkg-Module: MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
@ 2022-03-08 23:18 brent.holtsclaw
  2022-03-11  1:18 ` 回复: [edk2-devel] " gaoliming
  0 siblings, 1 reply; 2+ messages in thread
From: brent.holtsclaw @ 2022-03-08 23:18 UTC (permalink / raw)
  To: devel; +Cc: brentholtsclaw

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-11  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 23:18 [PATCH] Pkg-Module: MdePkg/Include/Protocol/PxeBaseCodeCallBack.h brent.holtsclaw
2022-03-11  1:18 ` 回复: [edk2-devel] " gaoliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox