]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcInt.h
Source level security checked
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcInt.h
index becd7019748c42ca671254b37e81c56deacab552..8512d6743d7d03e31f7238a46d2b96dc22f80ee4 100644 (file)
@@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define _EBC_INT_H_\r
 \r
 \r
-#include <PiDxe.h>\r
+#include <Uefi.h>\r
 \r
 #include <Protocol/DebugSupport.h>\r
 #include <Protocol/Ebc.h>\r
@@ -36,7 +36,7 @@ typedef UINT32  EXCEPTION_FLAGS;
 typedef struct {\r
   VM_REGISTER       R[8];                   // General purpose registers.\r
   UINT64            Flags;                  // Flags register:\r
-                                            //   0   Set to 1 if the result of the last compare was true\r
+                                            //   0  Set to 1 if the result of the last compare was true\r
                                             //   1  Set to 1 if stepping\r
                                             //   2..63 Reserved.\r
   VMIP              Ip;                     // Instruction pointer.\r
@@ -106,7 +106,7 @@ EbcCreateThunks (
 \r
 /**\r
   Add a thunk to our list of thunks for a given image handle.\r
-  Also flush the instruction cache since we've written thunk code\r
+  Also flush the instruction cache since we have written thunk code\r
   to memory that will be executed eventually.\r
 \r
   @param  ImageHandle            The image handle to which the thunk is tied.\r
@@ -249,7 +249,7 @@ EbcLLGetReturnValue (
   );\r
 \r
 /**\r
-  Returns the stack index and buffer assosicated with the Handle parameter.\r
+  Returns the stack index and buffer associated with the Handle parameter.\r
 \r
   @param  Handle                The EFI handle as the index to the EBC stack.\r
   @param  StackBuffer           A pointer to hold the returned stack buffer.\r
@@ -383,7 +383,7 @@ typedef struct {
   VM_CONTEXT        VmContext;\r
 } EFI_EBC_THUNK_DATA;\r
 \r
-#define EBC_PROTOCOL_PRIVATE_DATA_SIGNATURE EFI_SIGNATURE_32 ('e', 'b', 'c', 'p')\r
+#define EBC_PROTOCOL_PRIVATE_DATA_SIGNATURE SIGNATURE_32 ('e', 'b', 'c', 'p')\r
 \r
 \r
 #define EBC_PROTOCOL_PRIVATE_DATA_FROM_THIS(a) \\r