]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/CpuDxe/CpuDxe.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / CpuDxe / CpuDxe.h
index 5bca0ca10ca8dd2d4eab0566c85cb95ea9861e60..46eff18d740ebb830b487783a054848646d34857 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -18,21 +18,22 @@ Abstract:
 #ifndef _CPU_DXE_H\r
 #define _CPU_DXE_H\r
 \r
-#include <PiDxe.h>\r
+#include <FrameworkDxe.h>\r
 \r
 #include <Protocol/Cpu.h>\r
 #include <Protocol/Legacy8259.h>\r
 \r
 #include <Protocol/LegacyBios.h>\r
-#include <Protocol/LegacyBiosThunk.h>\r
+\r
 \r
 #include <Library/BaseLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/PrintLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 \r
 #define CPU_EXCEPTION_DEBUG_OUTPUT   1\r
-#define CPU_EXCEPTION_VGA_SWITCH     1\r
+#define CPU_EXCEPTION_VGA_SWITCH     0\r
 \r
 #define INTERRUPT_VECTOR_NUMBER 0x100\r
 \r