aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/MainMenu.h
blob: 33d7813fca020928a7c0d764b1e8252e4f9e27f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef UMT_MAIN_MENU_H
#define UMT_MAIN_MENU_H

#include "UefiMonitorTest.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
  );

#endif /* UMT_MAIN_MENU_H */