]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use #include "XXX.h" for module internal header files.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Oct 2008 04:32:02 +0000 (04:32 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Oct 2008 04:32:02 +0000 (04:32 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6330 6f19259b-4bc3-4df7-8a09-765794883524

29 files changed:
MdePkg/Library/BaseLib/CheckSum.c
MdePkg/Library/BaseLib/Cpu.c
MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c
MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
MdePkg/Library/BaseLib/Ebc/SwitchStack.c
MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm
MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c
MdePkg/Library/BaseLib/Ia32/EnablePaging32.c
MdePkg/Library/BaseLib/Ia32/FxRestore.c
MdePkg/Library/BaseLib/Ia32/FxSave.c
MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c
MdePkg/Library/BaseLib/Ia32/LongJump.c
MdePkg/Library/BaseLib/Ia32/ReadGdtr.c
MdePkg/Library/BaseLib/Ia32/ReadIdtr.c
MdePkg/Library/BaseLib/Ia32/SetJump.c
MdePkg/Library/BaseLib/Ia32/Thunk16.asm
MdePkg/Library/BaseLib/Ia32/WriteGdtr.c
MdePkg/Library/BaseLib/Ia32/WriteIdtr.c
MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c
MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c
MdePkg/Library/BaseLib/Ipf/InternalSwitchStack.c
MdePkg/Library/BaseLib/Ipf/Unaligned.c
MdePkg/Library/BaseLib/SwitchStack.c
MdePkg/Library/BaseLib/Unaligned.c
MdePkg/Library/BaseLib/X64/Thunk16.asm
MdePkg/Library/BaseLib/X86GetInterruptState.c
MdePkg/Library/BaseLib/X86Msr.c
MdePkg/Library/BaseLib/X86Thunk.c

index 38e6dacf44141b0339635fe19a707db1e8905da7..a89b7b17753ea65faac97edb35584a78dbd35254 100644 (file)
@@ -13,7 +13,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Calculate the sum of all elements in a buffer in unit of UINT8. \r
index f4ffb8f5fccd3914bc5461835a193bfc5b428e95..e6fe5611c063176e9680df359756d4b6c7f7e779 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index 837c204cf31cb1c96131a527106475a49cd00c37..214e2f5a4cfcc85f70bb3e67e04f98502265084c 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 extern\r
 UINT64\r
index f2001393f0c82834cbd2a91cb01b129424fb2347..da2481a4430c17d912ec9d51a2725812117e9022 100644 (file)
@@ -15,7 +15,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Saves the current CPU context that can be restored with a call to LongJump() and returns 0.\r
index c9b2955e234236b7c5e4dca7dbe6113361097c23..e79c1171230ca9dea44486cb964d916d3cdd164c 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Transfers control to a function starting with a new stack.\r
index cdebec2114354ea758344ba1887aaafb20d29a40..80e4dee377563ea20e418747e02a1a661731106d 100644 (file)
@@ -1,42 +1,42 @@
-;------------------------------------------------------------------------------
-;
-; Copyright (c) 2006, 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
-; http://opensource.org/licenses/bsd-license.php
-;
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-;
-; Module Name:
-;
+;------------------------------------------------------------------------------\r
+;\r
+; Copyright (c) 2006, Intel Corporation\r
+; All rights reserved. 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
+;\r
+; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+;\r
+; Module Name:\r
+;\r
 ;   CpuIdEx.Asm\r
-;
-; Abstract:
-;
+;\r
+; Abstract:\r
+;\r
 ;   AsmCpuidEx function\r
-;
-; Notes:
-;
-;------------------------------------------------------------------------------
-
+;\r
+; Notes:\r
+;\r
+;------------------------------------------------------------------------------\r
+\r
     .686\r
     .model  flat,C\r
-    .code
-
-;------------------------------------------------------------------------------
-;  UINT32
-;  EFIAPI
+    .code\r
+\r
+;------------------------------------------------------------------------------\r
+;  UINT32\r
+;  EFIAPI\r
 ;  AsmCpuidEx (\r
-;    IN   UINT32  RegisterInEax,
-;    IN   UINT32  RegisterInEcx,
-;    OUT  UINT32  *RegisterOutEax  OPTIONAL,
-;    OUT  UINT32  *RegisterOutEbx  OPTIONAL,
-;    OUT  UINT32  *RegisterOutEcx  OPTIONAL,
-;    OUT  UINT32  *RegisterOutEdx  OPTIONAL
-;    )
-;------------------------------------------------------------------------------
+;    IN   UINT32  RegisterInEax,\r
+;    IN   UINT32  RegisterInEcx,\r
+;    OUT  UINT32  *RegisterOutEax  OPTIONAL,\r
+;    OUT  UINT32  *RegisterOutEbx  OPTIONAL,\r
+;    OUT  UINT32  *RegisterOutEcx  OPTIONAL,\r
+;    OUT  UINT32  *RegisterOutEdx  OPTIONAL\r
+;    )\r
+;------------------------------------------------------------------------------\r
 AsmCpuidEx  PROC    USES    ebx\r
     push    ebp\r
     mov     ebp, esp\r
@@ -64,5 +64,5 @@ AsmCpuidEx  PROC    USES    ebx
     leave\r
     ret\r
 AsmCpuidEx  ENDP\r
-
-    END
+\r
+    END\r
index 237b9fe182c9b74fc20115e208499f454580828a..ec1d4b3a3734b0b8d20135c86da3b600e9498beb 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Disables the 32-bit paging mode on the CPU.\r
index ca150c878bb3f90dc49db4280aa42ebdbfa91e68..c5e894f28794d5497dd5369de78601b3118a8749 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Worker function that Divides a 64-bit signed integer by a 64-bit signed integer and\r
index e20dcd175fcf5f8cd270da0b4b11e30980cf523c..e2515ef9c26bf3cb681e3acf5c0016f4ca74fb8e 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Enables the 32-bit paging mode on the CPU.\r
index 570bf9174e796f5d45a1372be24e7e99c1bb10f0..655db517d10749e934e9b1cf93075884baba5060 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index f65c50739328df31aca0868affb43a13c6fcc130..a59d2a56f5b66f1675ddd04582ffdcd87e6f0612 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index 73355c0ea6080da5da8bf75446f34ea107651485..eff87b03ac70fcaa3f8af16b222ea97844f47767 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Transfers control to a function starting with a new stack.\r
index 835f3e4a2a1e77ca810af0bef8e2ecd975b8af7d..d53b0f5f6626fdc51696bb3a38210ef8f1c6768a 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index f73ca6fc8f9e9c6de4341d36be60fe78fb9cba17..9429eb6cdadb584c2bdbcc2a86cb3aa32fe0aa54 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index 7109e68ca3c0aa606fc164a32463194361143f8c..0825c47b2496094998ae77b4385fd87b871ed0ca 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index e18387f22bfc3e43aac508da11ce97ffe1ff1ba3..c6c93517ece30c1a1cb604ed58d3238a9e4db39d 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Worker function that checks ASSERT condition for JumpBuffer\r
index 39fc8dce87259f54b5b9de951f4a6bda4f3a5554..ab7d978372d2604cd8f47479afa1af8f882b0403 100644 (file)
@@ -1,5 +1,5 @@
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 ;------------------------------------------------------------------------------\r
 ;\r
index 828c9c1bfe233d1014d3f1974a15575383d9c00a..a7013531c7a74525e7bbdc3fb0d2a30b1ec563fc 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index 18e8c57e832c70cc4c65dff60b8e8bb98b40f095..daea4f9728e32d2b2cf1796647cbdea512c4ee4b 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
index 12e80c7a30e3a9a6e771bcc92fff06192f24ef12..6aac0d87950042225fc134a48d1045bca87eecde 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Generates a breakpoint on the CPU.\r
index fa78d954bbeef3b1f1a52fbd6ad486d35ab30826..dc718c6a19e57466e859baf91d784ed884dc6216 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 #pragma intrinsic (_enable)\r
 #pragma intrinsic (_disable)\r
index bc5bc502a9dd347fbbe99cb45f67d02130b7b690..ae61541deadd0c300ca2d9d235da5347c9009fc4 100644 (file)
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
-/**
-  Transfers control to a function starting with a new stack.
-
-  Transfers control to the function specified by EntryPoint using the
-  new stack specified by NewStack and passing in the parameters specified
-  by Context1 and Context2.  Context1 and Context2 are optional and may
-  be NULL.  The function EntryPoint must never return.
-  Marker will be ignored on IA-32, x64, and EBC.
-  IPF CPUs expect one additional parameter of type VOID * that specifies
+/**\r
+  Transfers control to a function starting with a new stack.\r
+\r
+  Transfers control to the function specified by EntryPoint using the\r
+  new stack specified by NewStack and passing in the parameters specified\r
+  by Context1 and Context2.  Context1 and Context2 are optional and may\r
+  be NULL.  The function EntryPoint must never return.\r
+  Marker will be ignored on IA-32, x64, and EBC.\r
+  IPF CPUs expect one additional parameter of type VOID * that specifies\r
   the new backing store pointer.\r
-
+\r
   If EntryPoint is NULL, then ASSERT().\r
   If NewStack is NULL, then ASSERT().\r
-
-  @param  EntryPoint  A pointer to function to call with the new stack.
-  @param  Context1    A pointer to the context to pass into the EntryPoint
-                      function.
-  @param  Context2    A pointer to the context to pass into the EntryPoint
-                      function.
-  @param  NewStack    A pointer to the new stack to use for the EntryPoint
+\r
+  @param  EntryPoint  A pointer to function to call with the new stack.\r
+  @param  Context1    A pointer to the context to pass into the EntryPoint\r
                       function.\r
-  @param  Marker      VA_LIST marker for the variable argument list.
-
+  @param  Context2    A pointer to the context to pass into the EntryPoint\r
+                      function.\r
+  @param  NewStack    A pointer to the new stack to use for the EntryPoint\r
+                      function.\r
+  @param  Marker      VA_LIST marker for the variable argument list.\r
+\r
 **/\r
-VOID
-EFIAPI
-InternalSwitchStack (
-  IN      SWITCH_STACK_ENTRY_POINT  EntryPoint,
-  IN      VOID                      *Context1,   OPTIONAL
-  IN      VOID                      *Context2,   OPTIONAL
-  IN      VOID                      *NewStack,
-  IN      VA_LIST                   Marker
+VOID\r
+EFIAPI\r
+InternalSwitchStack (\r
+  IN      SWITCH_STACK_ENTRY_POINT  EntryPoint,\r
+  IN      VOID                      *Context1,   OPTIONAL\r
+  IN      VOID                      *Context2,   OPTIONAL\r
+  IN      VOID                      *NewStack,\r
+  IN      VA_LIST                   Marker\r
   )\r
 \r
 {\r
index 772d2f43efbbdc96e866e65075c0fec34aa568c0..87ec5ae50a4ea33eb9a81ae3a7fd0c3575334036 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Reads a 16-bit value from memory that may be unaligned.\r
index e247e94857a7f36f208827427161c238bf93cf0c..445485660719a3ddb3c0c168bae90d8a321a4fca 100644 (file)
@@ -12,7 +12,7 @@
 \r
 **/\r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Transfers control to a function starting with a new stack.\r
index acb44fc5aadcfe7f58c498aa41638b40c7be2c30..860475b940593e48f57114dca4420d9c05c1ddb1 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index 1ba4022ed445be6051c9fa9527d40f85a2c81d84..2ee40c2fe4704c30efffa4cf925c7adb9184cf67 100644 (file)
@@ -1,5 +1,5 @@
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 ;------------------------------------------------------------------------------\r
 ;\r
index 0b63addf1493e1a63c74ffaaea86e3b8151b69a4..7485c1129fc87bb5e51553b893d8ec7d4eaa1484 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index 60d0087ad9546914fda1129b7b6354616495fbf5..13ad455255a6af3362d193d48a6234960b5fc03e 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
index c982ee3e061b9eb7e5650e878062e332bc1ee1af..ff9f2c5f88a08932822a5c971bba71860c32caae 100644 (file)
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 //\r