TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformHasAcpiLib.c
Go to the documentation of this file.
1
17#include <Base.h>
18
19RETURN_STATUS
20EFIAPI
21PlatformHasAcpiInitialize (
22 VOID
23 )
24{
25 //
26 // Do nothing, just imbue AcpiTableDxe with a protocol dependency on
27 // EDKII_PLATFORM_HAS_ACPI_GUID.
28 //
29 return RETURN_SUCCESS;
30}
#define RETURN_SUCCESS
Definition: Base.h:1066