TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformHasIoMmuLib.c
Go to the documentation of this file.
1
14#include <Base.h>
15
16RETURN_STATUS
17EFIAPI
18PlatformHasIoMmuInitialize (
19 VOID
20 )
21{
22 //
23 // Do nothing, just imbue PciHostBridgeDxe with a protocol dependency on
24 // gIoMmuAbsentProtocolGuid OR gEdkiiIoMmuProtocolGuid.
25 //
26 return RETURN_SUCCESS;
27}
#define RETURN_SUCCESS
Definition: Base.h:1066