]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add internal command header reference
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 09:43:51 +0000 (09:43 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 09:43:51 +0000 (09:43 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2959 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c
MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
MdePkg/Library/BaseLib/Ebc/SwitchStack.c

index 352e1c7c1ff63c7feaef4b5e44c34b0bf393a2a5..cdba67c4cd05caa8ff717fc9f884edf63a2fd630 100644 (file)
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
+//\r
+// Include common header file for this module.\r
+//\r
+#include <BaseLibInternals.h>\r
 \r
 extern\r
 UINT64\r
index b485d3e495d6d11c2b4a3fed95fed277786d969d..ed4ec2f11571fc605c45352849533db43aa8c825 100644 (file)
   Module Name:  SetJumpLongJump.c\r
 \r
 **/\r
+//\r
+// Include common header file for this module.\r
+//\r
+#include <BaseLibInternals.h>\r
 \r
 /**\r
   Worker function that checks ASSERT condition for JumpBuffer\r
@@ -33,15 +37,15 @@ InternalAssertJumpBuffer (
 /**\r
   Saves the current CPU context that can be restored with a call to LongJump() and returns 0.\r
 \r
-  Saves the current CPU context in the buffer specified by JumpBuffer and returns 0.  The initial \r
-  call to SetJump() must always return 0.  Subsequent calls to LongJump() cause a non-zero \r
-  value to be returned by SetJump(). \r
+  Saves the current CPU context in the buffer specified by JumpBuffer and returns 0.  The initial\r
+  call to SetJump() must always return 0.  Subsequent calls to LongJump() cause a non-zero\r
+  value to be returned by SetJump().\r
 \r
   If JumpBuffer is NULL, then ASSERT().\r
   For IPF CPUs, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   @param  JumpBuffer    A pointer to CPU context buffer.\r
\r
+\r
 **/\r
 UINTN\r
 EFIAPI\r
index d2861c4f850e5fece7ab18124186363c281e0df1..1f76933ae0ff2126f49238e4e300a2a272ead242 100644 (file)
   Module Name:  SwitchStack.c\r
 \r
 **/\r
+//\r
+// Include common header file for this module.\r
+//\r
+#include <BaseLibInternals.h>\r
 \r
 /**\r
   Transfers control to a function starting with a new stack.\r