TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugService.h
Go to the documentation of this file.
1
10#ifndef __DEBUG_SERVICE_H__
11#define __DEBUG_SERVICE_H__
12
13#include <Ppi/Debug.h>
14
24VOID
25EFIAPI
27 IN UINTN ErrorLevel,
28 IN CONST CHAR8 *Format,
29 IN BASE_LIST Marker
30 );
31
43VOID
44EFIAPI
46 IN CONST CHAR8 *FileName,
47 IN UINTN LineNumber,
48 IN CONST CHAR8 *Description
49 );
50
51#endif
UINT64 UINTN
VOID EFIAPI PeiDebugAssert(IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description)
VOID EFIAPI PeiDebugBPrint(IN UINTN ErrorLevel, IN CONST CHAR8 *Format, IN BASE_LIST Marker)
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
UINTN * BASE_LIST
Definition: Base.h:711