TianoCore EDK2 master
|
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/XenIoMmioLib.h>
#include <Protocol/FdtClient.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | InitializeXenioFdtDxe (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Xenio FDT client protocol driver for xen,xen DT node
Copyright (c) 2016, Linaro Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file XenioFdtDxe.c.
EFI_STATUS EFIAPI InitializeXenioFdtDxe | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Definition at line 20 of file XenioFdtDxe.c.