X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FCpuDeadLoop.c;h=bf40c2dd8c8da3c578a61691e63e816e497dda06;hb=053b13f29649e7a8d742304fe9fe51f41c4f9847;hp=01810d17132723a77c7f6df4912faa0ffe223ed4;hpb=e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/CpuDeadLoop.c b/MdePkg/Library/BaseLib/CpuDeadLoop.c index 01810d1713..bf40c2dd8c 100644 --- a/MdePkg/Library/BaseLib/CpuDeadLoop.c +++ b/MdePkg/Library/BaseLib/CpuDeadLoop.c @@ -1,7 +1,7 @@ /** @file Base Library CPU Functions for all architectures. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, 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 which accompanies this distribution. The full text of the license may be found at @@ -12,10 +12,10 @@ **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" + + +#include +#include /** Executes an infinite loop.