TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugLibDetectRom.c
Go to the documentation of this file.
1
10#include <Base.h>
11#include "DebugLibDetect.h"
12
19RETURN_STATUS
20EFIAPI
22 VOID
23 )
24{
25 return RETURN_SUCCESS;
26}
27
35BOOLEAN
36EFIAPI
38 VOID
39 )
40{
42}
BOOLEAN EFIAPI PlatformDebugLibIoPortDetect(VOID)
RETURN_STATUS EFIAPI PlatformRomDebugLibIoPortConstructor(VOID)
BOOLEAN EFIAPI PlatformDebugLibIoPortFound(VOID)
#define RETURN_SUCCESS
Definition: Base.h:1066