aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/MainMenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'UefiMonitorTest/MainMenu.c')
-rw-r--r--UefiMonitorTest/MainMenu.c41
1 files changed, 41 insertions, 0 deletions
diff --git a/UefiMonitorTest/MainMenu.c b/UefiMonitorTest/MainMenu.c
new file mode 100644
index 0000000..13b5915
--- /dev/null
+++ b/UefiMonitorTest/MainMenu.c
@@ -0,0 +1,41 @@
+#include "MainMenu.h"
+
+VOID
+MainMenuInit (
+ IN UMT_CONTEXT *Ctx
+ )
+{
+
+}
+
+VOID
+MainMenuDoit (
+ IN UMT_CONTEXT *Ctx
+ )
+{
+
+}
+
+VOID
+MainMenuTip (
+ IN UMT_CONTEXT *Ctx
+ )
+{
+
+}
+
+VOID
+MainMenuKeyRight (
+ IN UMT_CONTEXT *Ctx
+ )
+{
+
+}
+
+VOID
+MainMenuKeyLeft (
+ IN UMT_CONTEXT *Ctx
+ )
+{
+
+}