Menu

Commit [bf07e8]  Maximize  Restore  History

Declare EFI_PXE_BASE_CODE correctly

EFI_PXE_BASE_CODE was redefined in the early commit(*) to match the
definition in EDK2. However, EFI_PXE_BASE_CODE wasn't declared
correctly. Since EFI_PXE_BASE_CODE_PROTOCOL is already an alias of
"struct _EFI_PXE_BASE_CODE_PROTOCOL", the additional struct in front of
EFI_PXE_BASE_CODE_PROTOCOL actually confused the compiler and caused
build fail. Remove the redundant struct to avoid confusion.

*751cbce3f640c7 Update global protocol GUIDs definitions to match EDK2

Signed-off-by: Gary Lin <glin@...>
Signed-off-by: Nigel Croxon <ncroxon@...>

Nigel Croxon Nigel Croxon 2017-06-14

changed inc/efipxebc.h
inc/efipxebc.h Diff Switch to side-by-side view
Loading...