X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FArmRealViewEbPkg%2FLibrary%2FResetSystemLib%2FResetSystemLib.c;fp=ArmPlatformPkg%2FArmRealViewEbPkg%2FLibrary%2FResetSystemLib%2FResetSystemLib.c;h=1bcc481cb417325deb3e863a361a5a265fdade53;hp=0c119561df6d5124a149559c6e96b35be5efb1f9;hb=3402aac7d985bf8a9f9d3c639f3fe93609380513;hpb=62d441fb17d59958bf00c4a1f3b52bf6a0b40b24 diff --git a/ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.c b/ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.c index 0c119561df..1bcc481cb4 100644 --- a/ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.c +++ b/ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.c @@ -1,11 +1,11 @@ /** @file Template library implementation to support ResetSystem Runtime call. - + Fill in the templates with what ever makes you system reset. Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
- + This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -63,7 +63,7 @@ LibResetSystem ( ASSERT (FALSE); return EFI_DEVICE_ERROR; } - + /** @@ -71,7 +71,7 @@ LibResetSystem ( @param ImageHandle The firmware allocated handle for the EFI image. @param SystemTable A pointer to the EFI System Table. - + @retval EFI_SUCCESS The constructor always returns EFI_SUCCESS. **/