summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Include/Ppi/EmuThunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatorPkg/Include/Ppi/EmuThunk.h')
-rw-r--r--EmulatorPkg/Include/Ppi/EmuThunk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/EmulatorPkg/Include/Ppi/EmuThunk.h b/EmulatorPkg/Include/Ppi/EmuThunk.h
index cf29cf824c..c78ad692ed 100644
--- a/EmulatorPkg/Include/Ppi/EmuThunk.h
+++ b/EmulatorPkg/Include/Ppi/EmuThunk.h
@@ -107,6 +107,9 @@ typedef struct {
EMU_PEI_AUTOSCAN MemoryAutoScan;
EMU_PEI_FD_INFORMATION FirmwareDevices;
EMU_PEI_THUNK_INTERFACE Thunk;
+ INTN Argc;
+ CHAR8 **Argv;
+ CHAR8 **Envp;
UINTN PersistentMemorySize;
UINT8 PersistentMemory[0];
} EMU_THUNK_PPI;