TianoCore EDK2 master
|
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/DevicePathLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/VirtioMmioDeviceLib.h>
#include <Guid/VirtioMmioTransport.h>
#include <Protocol/FdtClient.h>
Go to the source code of this file.
Data Structures | |
struct | VIRTIO_TRANSPORT_DEVICE_PATH |
Functions | |
EFI_STATUS EFIAPI | InitializeVirtioFdtDxe (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Virtio FDT client protocol driver for virtio,mmio DT node
Copyright (c) 2014 - 2016, Linaro Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file VirtioFdtDxe.c.
EFI_STATUS EFIAPI InitializeVirtioFdtDxe | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Definition at line 33 of file VirtioFdtDxe.c.