From 96ad5326ae4e0d6bf55100fe6b5b1631f17e5b43 Mon Sep 17 00:00:00 2001 From: zwei4 Date: Thu, 11 May 2017 10:19:38 +0800 Subject: Fixed some GCC build errors. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 --- Silicon/BroxtonSoC/BroxtonSiPkg/Library/PmcIpcLib/BaseIpcLib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Silicon/BroxtonSoC/BroxtonSiPkg/Library/PmcIpcLib') diff --git a/Silicon/BroxtonSoC/BroxtonSiPkg/Library/PmcIpcLib/BaseIpcLib.c b/Silicon/BroxtonSoC/BroxtonSiPkg/Library/PmcIpcLib/BaseIpcLib.c index 48e037bd91..77aaa85ec4 100644 --- a/Silicon/BroxtonSoC/BroxtonSiPkg/Library/PmcIpcLib/BaseIpcLib.c +++ b/Silicon/BroxtonSoC/BroxtonSiPkg/Library/PmcIpcLib/BaseIpcLib.c @@ -1,7 +1,7 @@ /** @file Base IPC library implementation. - Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -66,6 +66,7 @@ ReadyForNewIpc ( **/ EFI_STATUS +EFIAPI IpcSendCommandEx ( IN UINT32 Command, IN UINT8 SubCommand, @@ -108,7 +109,7 @@ IpcSendCommandEx ( @param[in, out] BufferSize The size, in bytes, of Buffer. Ignored if Buffer is NULL. **/ -RETURN_STATUS +EFI_STATUS EFIAPI IpcSendCommandBar0Ex ( IN UINT32 PciBar0, -- cgit v1.2.3