TianoCore EDK2 master
Loading...
Searching...
No Matches
MockReportStatusCodeLib.h
Go to the documentation of this file.
1
8#ifndef MOCK_REPORT_STATUS_CODE_LIB_H_
9#define MOCK_REPORT_STATUS_CODE_LIB_H_
10
13
14extern "C" {
15 #include <Uefi.h>
17}
18
20 MOCK_INTERFACE_DECLARATION (MockReportStatusCodeLib);
21
22 MOCK_FUNCTION_DECLARATION (
23 BOOLEAN,
25 ()
26 );
27};
28
29#endif //MOCK_REPORT_STATUS_CODE_LIB_H_
BOOLEAN EFIAPI ReportProgressCodeEnabled(VOID)