From 7e0ef4f0692e4b89fa3bd763900cd38bd56c0187 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 4 May 2022 20:36:07 +0300 Subject: add the settings menu stubs --- UefiMonitorTest/UefiMonitorTest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'UefiMonitorTest/UefiMonitorTest.h') diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index 185b900..ac8c042 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -18,6 +18,7 @@ typedef struct { enum UMT_STATE { UMT_STATE_MAIN_MENU = 0, + UMT_STATE_SETTINGS, UMT_STATE_END }; -- cgit v1.2.3-18-g5258