mirror of https://github.com/acidanthera/audk.git
fix GCC build failure. make function definition same with declaration.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11044 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c1450e1670
commit
f1e20ed402
|
@ -234,7 +234,6 @@ PcRtcInit (
|
|||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PcRtcGetTime (
|
||||
OUT EFI_TIME *Time,
|
||||
OUT EFI_TIME_CAPABILITIES *Capabilities, OPTIONAL
|
||||
|
@ -339,7 +338,6 @@ PcRtcGetTime (
|
|||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PcRtcSetTime (
|
||||
IN EFI_TIME *Time,
|
||||
IN PC_RTC_MODULE_GLOBALS *Global
|
||||
|
@ -562,7 +560,6 @@ PcRtcGetWakeupTime (
|
|||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PcRtcSetWakeupTime (
|
||||
IN BOOLEAN Enable,
|
||||
IN EFI_TIME *Time, OPTIONAL
|
||||
|
|
Loading…
Reference in New Issue