aboutsummaryrefslogtreecommitdiff
path: root/Application/EfiDSEFix/src/EfiDSEFix.h
diff options
context:
space:
mode:
authorMatthijs Lavrijsen <mattiwatti@gmail.com>2023-02-27 11:04:28 +0100
committerMatthijs Lavrijsen <mattiwatti@gmail.com>2023-02-27 11:04:28 +0100
commit4ad9836d580854fd11cab10821a8c492d9c22c34 (patch)
treecb045e455b88ada3e3f50260048e0f4d44cb84a1 /Application/EfiDSEFix/src/EfiDSEFix.h
parentebfe06fe79b402c1d1b750f1eeebc1dd4958cf39 (diff)
EfiDSEFix: add "-r" command to read the value of g_CiOptions
Diffstat (limited to 'Application/EfiDSEFix/src/EfiDSEFix.h')
-rw-r--r--Application/EfiDSEFix/src/EfiDSEFix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Application/EfiDSEFix/src/EfiDSEFix.h b/Application/EfiDSEFix/src/EfiDSEFix.h
index 9b79489..c25fda2 100644
--- a/Application/EfiDSEFix/src/EfiDSEFix.h
+++ b/Application/EfiDSEFix/src/EfiDSEFix.h
@@ -28,7 +28,8 @@ TestSetVariableHook(
NTSTATUS
AdjustCiOptions(
_In_ ULONG CiOptionsValue,
- _Out_opt_ PULONG OldCiOptionsValue
+ _Out_opt_ PULONG OldCiOptionsValue,
+ _In_ BOOLEAN ReadOnly
);
// sysinfo.cpp