X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FCpuRuntimeDxe%2FCpuDriver.h;h=2cd644c489257f008a63527b58d5a900522efc5e;hb=6741aad96b054c6cdf4d7d80dedc184646a83873;hp=54ab820a563459d586d2b7b4d0a29174646516bc;hpb=8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd;p=mirror_edk2.git diff --git a/Nt32Pkg/CpuRuntimeDxe/CpuDriver.h b/Nt32Pkg/CpuRuntimeDxe/CpuDriver.h index 54ab820a56..2cd644c489 100644 --- a/Nt32Pkg/CpuRuntimeDxe/CpuDriver.h +++ b/Nt32Pkg/CpuRuntimeDxe/CpuDriver.h @@ -1,6 +1,6 @@ -/*++ +/**@file -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2009, 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 @@ -17,23 +17,23 @@ Abstract: NT Emulation Architectural Protocol Driver as defined in Tiano. ---*/ +**/ #ifndef _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_ #define _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_ #include +#include #include -#include +#include #include #include -#include #include #include #include #include -#include +#include #include #include #include @@ -46,7 +46,7 @@ extern UINT8 CpuStrings[]; // // Internal Data Structures // -#define CPU_ARCH_PROT_PRIVATE_SIGNATURE EFI_SIGNATURE_32 ('c', 'a', 'p', 'd') +#define CPU_ARCH_PROT_PRIVATE_SIGNATURE SIGNATURE_32 ('c', 'a', 'p', 'd') typedef struct { UINTN Signature;