X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FResetRuntimeDxe%2Freset.c;h=3b9129ed2935db0a3c173231bba7e8fa944aba62;hp=1708447e1ec9ef53848015c95eb7c68ff04d9807;hb=3402aac7d985bf8a9f9d3c639f3fe93609380513;hpb=62d441fb17d59958bf00c4a1f3b52bf6a0b40b24 diff --git a/EmbeddedPkg/ResetRuntimeDxe/reset.c b/EmbeddedPkg/ResetRuntimeDxe/reset.c index 1708447e1e..3b9129ed29 100644 --- a/EmbeddedPkg/ResetRuntimeDxe/reset.c +++ b/EmbeddedPkg/ResetRuntimeDxe/reset.c @@ -1,7 +1,7 @@ /** @file 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 @@ -57,7 +57,7 @@ InitializeReset ( EFI_HANDLE Handle; LibInitializeResetSystem (ImageHandle, SystemTable); - + SystemTable->RuntimeServices->ResetSystem = ResetSystemViaLib; Handle = NULL;