aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/MainMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiMonitorTest/MainMenu.h')
-rw-r--r--UefiMonitorTest/MainMenu.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/UefiMonitorTest/MainMenu.h b/UefiMonitorTest/MainMenu.h
index 33d7813..0b97250 100644
--- a/UefiMonitorTest/MainMenu.h
+++ b/UefiMonitorTest/MainMenu.h
@@ -19,13 +19,9 @@ MainMenuTip (
);
VOID
-MainMenuKeyRight (
- IN UMT_CONTEXT *Ctx
- );
-
-VOID
-MainMenuKeyLeft (
- IN UMT_CONTEXT *Ctx
+MainMenuChangeValue (
+ IN UMT_CONTEXT *Ctx,
+ IN INT8 ValueStep
);
#endif /* UMT_MAIN_MENU_H */