aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/tests/SolidColors.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiMonitorTest/tests/SolidColors.h')
-rw-r--r--UefiMonitorTest/tests/SolidColors.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/UefiMonitorTest/tests/SolidColors.h b/UefiMonitorTest/tests/SolidColors.h
new file mode 100644
index 0000000..a4d7f72
--- /dev/null
+++ b/UefiMonitorTest/tests/SolidColors.h
@@ -0,0 +1,33 @@
+#ifndef UMT_SOLID_COLORS_TEST_H
+#define UMT_SOLID_COLORS_TEST_H
+
+#include "UefiMonitorTest.h"
+
+VOID
+SolidColorsTestInit (
+ IN UMT_CONTEXT *Ctx
+ );
+
+VOID
+SolidColorsTestDoit (
+ IN UMT_CONTEXT *Ctx
+ );
+
+VOID
+SolidColorsTestTip (
+ IN UMT_CONTEXT *Ctx
+ );
+
+VOID
+SolidColorsTestChangeParam (
+ IN UMT_CONTEXT *Ctx,
+ IN INT8 ParamStep
+ );
+
+VOID
+SolidColorsTestChangeValue (
+ IN UMT_CONTEXT *Ctx,
+ IN INT8 ValueStep
+ );
+
+#endif /* UMT_SOLID_COLORS_TEST_H */