Add IpmiLib header file for ipmi command submit. In V3, change ';' position.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daocheng Bu <[email protected]> CC: Jiewen Yao <[email protected]> --- MdeModulePkg/Include/Library/IpmiLib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MdeModulePkg/Include/Library/IpmiLib.h b/MdeModulePkg/Include/Library/IpmiLib.h index aae8276..f5557a7 100644 --- a/MdeModulePkg/Include/Library/IpmiLib.h +++ b/MdeModulePkg/Include/Library/IpmiLib.h @@ -46,7 +46,6 @@ IpmiSubmitCommand ( IN UINT RequestDataSize, OUT UINT8 *ResponseData, IN OUT UINT *ResponseDataSize - ) -; + ); #endif \ No newline at end of file -- 2.5.1.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

