From 42a1a3f9800e96621a91228918cf24f37639f510 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 4 May 2022 20:26:36 +0300 Subject: extend state actions API --- UefiMonitorTest/MainMenu.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'UefiMonitorTest/MainMenu.c') diff --git a/UefiMonitorTest/MainMenu.c b/UefiMonitorTest/MainMenu.c index 85c9e64..df13779 100644 --- a/UefiMonitorTest/MainMenu.c +++ b/UefiMonitorTest/MainMenu.c @@ -86,6 +86,15 @@ MainMenuTip ( } +VOID +MainMenuChangeParam ( + IN UMT_CONTEXT *Ctx, + IN INT8 ParamStep + ) +{ + +} + VOID MainMenuChangeValue ( IN UMT_CONTEXT *Ctx, -- cgit v1.2.3-18-g5258