X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FResetRuntimeDxe%2Freset.c;h=3b9129ed2935db0a3c173231bba7e8fa944aba62;hp=1708447e1ec9ef53848015c95eb7c68ff04d9807;hb=76c09700edc67686b29662e81a3ca7d947594ce5;hpb=60274ccab831d7874129a6b6c271969418296960 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;