aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/tests/Grayscale.h
blob: 4763b927aeb56476a9764425f4dd560371287cb0 (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
32
33
#ifndef UMT_GRAYSCALE_TEST_H
#define UMT_GRAYSCALE_TEST_H

#include "UefiMonitorTest.h"

VOID
GrayscaleTestInit (
  IN UMT_CONTEXT *Ctx
  );

VOID
GrayscaleTestDoit (
  IN UMT_CONTEXT *Ctx
  );

VOID
GrayscaleTestTip (
  IN UMT_CONTEXT *Ctx
  );

VOID
GrayscaleTestChangeParam (
  IN  UMT_CONTEXT *Ctx,
  IN  INT8        ParamStep
  );

VOID
GrayscaleTestChangeValue (
  IN  UMT_CONTEXT *Ctx,
  IN  INT8        ValueStep
  );

#endif /* UMT_GRAYSCALE_TEST_H */