diff options
author | Joursoir <chat@joursoir.net> | 2022-05-04 20:22:45 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-05-04 20:22:45 +0300 |
commit | 0127500438ea934128595daea542605e25db1583 (patch) | |
tree | b5d0753248e5260265ccae83f2964cf2c92c3164 /UefiMonitorTest/UefiMonitorTest.h | |
parent | b64358b2306e1599f240a749dc0c5cc96694e25b (diff) | |
download | umt-0127500438ea934128595daea542605e25db1583.tar.gz umt-0127500438ea934128595daea542605e25db1583.tar.bz2 umt-0127500438ea934128595daea542605e25db1583.zip |
combine 2 state actions API callbacks into 1
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.h')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index e845d68..0138bce 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -12,9 +12,7 @@ typedef struct { VOID (*Init)(UMT_CONTEXT *); VOID (*Doit)(UMT_CONTEXT *); VOID (*Tip)(UMT_CONTEXT *); - - VOID (*KeyRight)(UMT_CONTEXT *); - VOID (*KeyLeft)(UMT_CONTEXT *); + VOID (*ChangeValue)(UMT_CONTEXT *, INT8); } UMT_STATE_ACTIONS; enum UMT_STATE { |